#CDB096

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

Shades of Cashmere #CDB096

Tints of Cashmere #CDB096

Color information

#CDB096 (or 0xCDB096) is unknown color: approx Cashmere. HEX triplet: CD, B0 and 96. RGB value is (205,176,150). Sum of RGB (Red+Green+Blue) = 205+176+150=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB096 is #324F69. Grayscale: #B5B5B5. Windows color (decimal): -3297130 or 9875661. OLE color: 9875661.

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

Color convert

RGB205176150-
CMYK00.140.270.20
HSL28.36º35.48%69.61%-
HSV(B)28.36º26.83%80.39%-
XYZ46.2146.2335.34-
YUV181.71110.11144.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 150 (58.98% from 255) = 28.25%
R=38.61%
G=33.15%
B=28.25%

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
Decimal20517615000.140.270.2028.3635.4869.61
HexCDB0960E1B141c2346
Octal31526022601633243443106
Binary110011011011000010010110011101101110100111001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB096; }

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

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

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

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

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

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

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

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