#CDB19D

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

Shades of Cashmere #CDB19D

Tints of Cashmere #CDB19D

Color information

#CDB19D (or 0xCDB19D) is unknown color: approx Cashmere. HEX triplet: CD, B1 and 9D. RGB value is (205,177,157). Sum of RGB (Red+Green+Blue) = 205+177+157=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB19D is #324E62. Grayscale: #B7B7B7. Windows color (decimal): -3296867 or 10334669. OLE color: 10334669.

HSL color Cylindrical-coordinate representation of color #CDB19D: hue angle of 25º 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 #CDB19D is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB205177157-
CMYK00.140.230.20
HSL25º32.43%70.98%-
HSV(B)25º23.41%80.39%-
XYZ46.9846.8638.47-
YUV183.09113.28143.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 157 (61.72% from 255) = 29.13%
R=38.03%
G=32.84%
B=29.13%

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
Decimal20517715700.140.230.202532.4370.98
HexCDB19D0E1714192047
Octal31526123501627243140107
Binary110011011011000110011101011101011110100110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB19D; }

 p { color: rgb(205,177,157); }

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

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

 a { background-color: rgb(205,177,157); }

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

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

 span { border-color: rgb(205,177,157); }

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