#CDB39F

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

Shades of Cashmere #CDB39F

Tints of Cashmere #CDB39F

Color information

#CDB39F (or 0xCDB39F) is unknown color: approx Cashmere. HEX triplet: CD, B3 and 9F. RGB value is (205,179,159). Sum of RGB (Red+Green+Blue) = 205+179+159=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB39F is #324C60. Grayscale: #B8B8B8. Windows color (decimal): -3296353 or 10466253. OLE color: 10466253.

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

Color convert

RGB205179159-
CMYK00.130.220.20
HSL26.09º31.51%71.37%-
HSV(B)26.09º22.44%80.39%-
XYZ47.5547.7239.51-
YUV184.49113.61142.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 179 (70.31% from 255) = 32.97%
BLUE value IS 159 (62.5% from 255) = 29.28%
R=37.75%
G=32.97%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517915900.130.220.2026.0931.5171.37
HexCDB39F0D16141a2047
Octal31526323701526243240107
Binary110011011011001110011111011011011010100110101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB39F; }

 p { color: rgb(205,179,159); }

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

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

 a { background-color: rgb(205,179,159); }

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

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

 span { border-color: rgb(205,179,159); }

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