#CDB09C

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

Shades of Cashmere #CDB09C

Tints of Cashmere #CDB09C

Color information

#CDB09C (or 0xCDB09C) is unknown color: approx Cashmere. HEX triplet: CD, B0 and 9C. RGB value is (205,176,156). Sum of RGB (Red+Green+Blue) = 205+176+156=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB09C is #324F63. Grayscale: #B6B6B6. Windows color (decimal): -3297124 or 10268877. OLE color: 10268877.

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

Color convert

RGB205176156-
CMYK00.140.240.20
HSL24.49º32.89%70.78%-
HSV(B)24.49º23.9%80.39%-
XYZ46.746.4337.95-
YUV182.39113.11144.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 176 (69.14% from 255) = 32.77%
BLUE value IS 156 (61.33% from 255) = 29.05%
R=38.18%
G=32.77%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517615600.140.240.2024.4932.8970.78
HexCDB09C0E1814182147
Octal31526023401630243041107
Binary110011011011000010011100011101100010100110001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB09C; }

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

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

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

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

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

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

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

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