#CE8B6D

Color #CE8B6D Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #CE8B6D

Tints of Feldspar #CE8B6D

Color information

#CE8B6D (or 0xCE8B6D) is unknown color: approx Feldspar. HEX triplet: CE, 8B and 6D. RGB value is (206,139,109). Sum of RGB (Red+Green+Blue) = 206+139+109=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8B6D is #317492. Grayscale: #9B9B9B. Windows color (decimal): -3241107 or 7179214. OLE color: 7179214.

HSL color Cylindrical-coordinate representation of color #CE8B6D: hue angle of 18.56º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE8B6D is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB206139109-
CMYK00.330.470.19
HSL18.56º49.74%61.76%-
HSV(B)18.56º47.09%80.78%-
XYZ37.4532.6918.8-
YUV155.61101.7163.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 45.37%
GREEN value IS 139 (54.69% from 255) = 30.62%
BLUE value IS 109 (42.97% from 255) = 24.01%
R=45.37%
G=30.62%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613910900.330.470.1918.5649.7461.76
HexCE8B6D0212F1313323e
Octal3162131550415723236276
Binary1100111010001011110110101000011011111001110011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8B6D; }

 p { color: rgb(206,139,109); }

 H1.HeaderClassName
 {
   color: #CE8B6D;
 }
 .AnyTagClassName
 {
   color: #CE8B6D;
 }
</style>
background-color css

<style>
 a { background-color: #CE8B6D; }

 a { background-color: rgb(206,139,109); }

 div.DivClassName
 {
   background-color: #CE8B6D;
 }
 .BgClassName
 {
   background-color: #CE8B6D;
 }
</style>
border-color css

<style>
 span { border-color: #CE8B6D; }

 span { border-color: rgb(206,139,109); }

 td.TdClassName
 {
   border-color: #CE8B6D;
 }
 .TagClassName
 {
   border-color: #CE8B6D;
 }
</style>