#CBAF96

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

Shades of Cashmere #CBAF96

Tints of Cashmere #CBAF96

Color information

#CBAF96 (or 0xCBAF96) is unknown color: approx Cashmere. HEX triplet: CB, AF and 96. RGB value is (203,175,150). Sum of RGB (Red+Green+Blue) = 203+175+150=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF96 is #345069. Grayscale: #B4B4B4. Windows color (decimal): -3428458 or 9875403. OLE color: 9875403.

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

Color convert

RGB203175150-
CMYK00.140.260.20
HSL28.3º33.76%69.22%-
HSV(B)28.3º26.11%79.61%-
XYZ45.4645.5635.25-
YUV180.52110.78144.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 150 (58.98% from 255) = 28.41%
R=38.45%
G=33.14%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317515000.140.260.2028.333.7669.22
HexCBAF960E1A141c2245
Octal31325722601632243442105
Binary110010111010111110010110011101101010100111001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF96; }

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

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

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

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

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

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

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

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