#CBB096

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

Shades of Cashmere #CBB096

Tints of Cashmere #CBB096

Color information

#CBB096 (or 0xCBB096) is unknown color: approx Cashmere. HEX triplet: CB, B0 and 96. RGB value is (203,176,150). Sum of RGB (Red+Green+Blue) = 203+176+150=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB096 is #344F69. Grayscale: #B5B5B5. Windows color (decimal): -3428202 or 9875659. OLE color: 9875659.

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

Color convert

RGB203176150-
CMYK00.130.260.20
HSL29.43º33.76%69.22%-
HSV(B)29.43º26.11%79.61%-
XYZ45.6645.9535.32-
YUV181.11110.45143.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 150 (58.98% from 255) = 28.36%
R=38.37%
G=33.27%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317615000.130.260.2029.4333.7669.22
HexCBB0960D1A141d2245
Octal31326022601532243542105
Binary110010111011000010010110011011101010100111011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB096; }

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

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

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

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

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

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

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

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