#CCB096

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

Shades of Cashmere #CCB096

Tints of Cashmere #CCB096

Color information

#CCB096 (or 0xCCB096) is unknown color: approx Cashmere. HEX triplet: CC, B0 and 96. RGB value is (204,176,150). Sum of RGB (Red+Green+Blue) = 204+176+150=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB096 is #334F69. Grayscale: #B5B5B5. Windows color (decimal): -3362666 or 9875660. OLE color: 9875660.

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

Color convert

RGB204176150-
CMYK00.140.260.2
HSL28.89º34.62%69.41%-
HSV(B)28.89º26.47%80%-
XYZ45.9346.0935.33-
YUV181.41110.28144.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 176 (69.14% from 255) = 33.21%
BLUE value IS 150 (58.98% from 255) = 28.30%
R=38.49%
G=33.21%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417615000.140.260.228.8934.6269.41
HexCCB0960E1A141d2345
Octal31426022601632243543105
Binary110011001011000010010110011101101010100111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB096; }

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

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

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

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

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

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

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

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