#CDB49C

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

Shades of Cashmere #CDB49C

Tints of Cashmere #CDB49C

Color information

#CDB49C (or 0xCDB49C) is unknown color: approx Cashmere. HEX triplet: CD, B4 and 9C. RGB value is (205,180,156). Sum of RGB (Red+Green+Blue) = 205+180+156=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB49C is #324B63. Grayscale: #B8B8B8. Windows color (decimal): -3296100 or 10269901. OLE color: 10269901.

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

Color convert

RGB205180156-
CMYK00.120.240.20
HSL29.39º32.89%70.78%-
HSV(B)29.39º23.9%80.39%-
XYZ47.548.0238.22-
YUV184.74111.78142.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 180 (70.70% from 255) = 33.27%
BLUE value IS 156 (61.33% from 255) = 28.84%
R=37.89%
G=33.27%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518015600.120.240.2029.3932.8970.78
HexCDB49C0C18141d2147
Octal31526423401430243541107
Binary110011011011010010011100011001100010100111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB49C; }

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

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

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

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

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

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

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

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