#CDB09E

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

Shades of Cashmere #CDB09E

Tints of Cashmere #CDB09E

Color information

#CDB09E (or 0xCDB09E) is unknown color: approx Cashmere. HEX triplet: CD, B0 and 9E. RGB value is (205,176,158). Sum of RGB (Red+Green+Blue) = 205+176+158=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB09E is #324F61. Grayscale: #B6B6B6. Windows color (decimal): -3297122 or 10399949. OLE color: 10399949.

HSL color Cylindrical-coordinate representation of color #CDB09E: hue angle of 22.98º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDB09E is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB205176158-
CMYK00.140.230.20
HSL22.98º31.97%71.18%-
HSV(B)22.98º22.93%80.39%-
XYZ46.8746.538.85-
YUV182.62114.11143.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 158 (62.11% from 255) = 29.31%
R=38.03%
G=32.65%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517615800.140.230.2022.9831.9771.18
HexCDB09E0E1714172047
Octal31526023601627242740107
Binary110011011011000010011110011101011110100101111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB09E; }

 p { color: rgb(205,176,158); }

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

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

 a { background-color: rgb(205,176,158); }

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

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

 span { border-color: rgb(205,176,158); }

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