#CBAC99

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

Shades of Cashmere #CBAC99

Tints of Cashmere #CBAC99

Color information

#CBAC99 (or 0xCBAC99) is unknown color: approx Cashmere. HEX triplet: CB, AC and 99. RGB value is (203,172,153). Sum of RGB (Red+Green+Blue) = 203+172+153=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAC99 is #345366. Grayscale: #B3B3B3. Windows color (decimal): -3429223 or 10071243. OLE color: 10071243.

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

Color convert

RGB203172153-
CMYK00.150.250.20
HSL22.8º32.47%69.8%-
HSV(B)22.8º24.63%79.61%-
XYZ45.1344.536.35-
YUV179.1113.27145.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 153 (60.16% from 255) = 28.98%
R=38.45%
G=32.58%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317215300.150.250.2022.832.4769.8
HexCBAC990F1914172046
Octal31325423101731242740106
Binary110010111010110010011001011111100110100101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC99; }

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

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

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

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

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

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

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

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