#CDB39D

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

Shades of Cashmere #CDB39D

Tints of Cashmere #CDB39D

Color information

#CDB39D (or 0xCDB39D) is unknown color: approx Cashmere. HEX triplet: CD, B3 and 9D. RGB value is (205,179,157). Sum of RGB (Red+Green+Blue) = 205+179+157=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB39D is #324C62. Grayscale: #B8B8B8. Windows color (decimal): -3296355 or 10335181. OLE color: 10335181.

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

Color convert

RGB205179157-
CMYK00.130.230.20
HSL27.5º32.43%70.98%-
HSV(B)27.5º23.41%80.39%-
XYZ47.3847.6538.6-
YUV184.27112.61142.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 179 (70.31% from 255) = 33.09%
BLUE value IS 157 (61.72% from 255) = 29.02%
R=37.89%
G=33.09%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517915700.130.230.2027.532.4370.98
HexCDB39D0D17141c2047
Octal31526323501527243440107
Binary110011011011001110011101011011011110100111001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB39D; }

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

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

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

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

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

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

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

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