#CEB59F

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

Shades of Cashmere #CEB59F

Tints of Cashmere #CEB59F

Color information

#CEB59F (or 0xCEB59F) is unknown color: approx Cashmere. HEX triplet: CE, B5 and 9F. RGB value is (206,181,159). Sum of RGB (Red+Green+Blue) = 206+181+159=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB59F is #314A60. Grayscale: #BABABA. Windows color (decimal): -3230305 or 10466766. OLE color: 10466766.

HSL color Cylindrical-coordinate representation of color #CEB59F: hue angle of 28.09º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEB59F is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB206181159-
CMYK00.120.230.19
HSL28.09º32.41%71.57%-
HSV(B)28.09º22.82%80.78%-
XYZ48.2448.6739.65-
YUV185.97112.78142.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.73%
GREEN value IS 181 (71.09% from 255) = 33.15%
BLUE value IS 159 (62.5% from 255) = 29.12%
R=37.73%
G=33.15%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618115900.120.230.1928.0932.4171.57
HexCEB59F0C17131c2048
Octal31626523701427233440110
Binary110011101011010110011111011001011110011111001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB59F; }

 p { color: rgb(206,181,159); }

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

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

 a { background-color: rgb(206,181,159); }

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

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

 span { border-color: rgb(206,181,159); }

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