#CDB39B

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

Shades of Cashmere #CDB39B

Tints of Cashmere #CDB39B

Color information

#CDB39B (or 0xCDB39B) is unknown color: approx Cashmere. HEX triplet: CD, B3 and 9B. RGB value is (205,179,155). Sum of RGB (Red+Green+Blue) = 205+179+155=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB39B is #324C64. Grayscale: #B8B8B8. Windows color (decimal): -3296357 or 10204109. OLE color: 10204109.

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

Color convert

RGB205179155-
CMYK00.130.240.20
HSL28.8º33.33%70.59%-
HSV(B)28.8º24.39%80.39%-
XYZ47.2147.5937.71-
YUV184.04111.61142.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 179 (70.31% from 255) = 33.21%
BLUE value IS 155 (60.94% from 255) = 28.76%
R=38.03%
G=33.21%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517915500.130.240.2028.833.3370.59
HexCDB39B0D18141d2147
Octal31526323301530243541107
Binary110011011011001110011011011011100010100111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB39B; }

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

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

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

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

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

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

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

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