#CBAF99

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

Shades of Cashmere #CBAF99

Tints of Cashmere #CBAF99

Color information

#CBAF99 (or 0xCBAF99) is unknown color: approx Cashmere. HEX triplet: CB, AF and 99. RGB value is (203,175,153). Sum of RGB (Red+Green+Blue) = 203+175+153=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF99 is #345066. Grayscale: #B4B4B4. Windows color (decimal): -3428455 or 10072011. OLE color: 10072011.

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

Color convert

RGB203175153-
CMYK00.140.250.20
HSL26.4º32.47%69.8%-
HSV(B)26.4º24.63%79.61%-
XYZ45.7145.6636.54-
YUV180.86112.28143.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 153 (60.16% from 255) = 28.81%
R=38.23%
G=32.96%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317515300.140.250.2026.432.4769.8
HexCBAF990E19141a2046
Octal31325723101631243240106
Binary110010111010111110011001011101100110100110101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF99; }

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

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

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

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

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

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

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

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