#CDB196

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

Shades of Cashmere #CDB196

Tints of Cashmere #CDB196

Color information

#CDB196 (or 0xCDB196) is unknown color: approx Cashmere. HEX triplet: CD, B1 and 96. RGB value is (205,177,150). Sum of RGB (Red+Green+Blue) = 205+177+150=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB196 is #324E69. Grayscale: #B6B6B6. Windows color (decimal): -3296874 or 9875917. OLE color: 9875917.

HSL color Cylindrical-coordinate representation of color #CDB196: hue angle of 29.45º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDB196 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB205177150-
CMYK00.140.270.20
HSL29.45º35.48%69.61%-
HSV(B)29.45º26.83%80.39%-
XYZ46.446.6335.41-
YUV182.29109.78144.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 177 (69.53% from 255) = 33.27%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=38.53%
G=33.27%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517715000.140.270.2029.4535.4869.61
HexCDB1960E1B141d2346
Octal31526122601633243543106
Binary110011011011000110010110011101101110100111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB196; }

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

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

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

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

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

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

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

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