#CEB09D

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

Shades of Cashmere #CEB09D

Tints of Cashmere #CEB09D

Color information

#CEB09D (or 0xCEB09D) is unknown color: approx Cashmere. HEX triplet: CE, B0 and 9D. RGB value is (206,176,157). Sum of RGB (Red+Green+Blue) = 206+176+157=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB09D is #314F62. Grayscale: #B6B6B6. Windows color (decimal): -3231587 or 10334414. OLE color: 10334414.

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

Color convert

RGB206176157-
CMYK00.150.240.19
HSL23.27º33.33%71.18%-
HSV(B)23.27º23.79%80.78%-
XYZ47.0646.6138.41-
YUV182.8113.44144.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 157 (61.72% from 255) = 29.13%
R=38.22%
G=32.65%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617615700.150.240.1923.2733.3371.18
HexCEB09D0F1813172147
Octal31626023501730232741107
Binary110011101011000010011101011111100010011101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB09D; }

 p { color: rgb(206,176,157); }

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

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

 a { background-color: rgb(206,176,157); }

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

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

 span { border-color: rgb(206,176,157); }

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