#CBAC96

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

Shades of Cashmere #CBAC96

Tints of Cashmere #CBAC96

Color information

#CBAC96 (or 0xCBAC96) is unknown color: approx Cashmere. HEX triplet: CB, AC and 96. RGB value is (203,172,150). Sum of RGB (Red+Green+Blue) = 203+172+150=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAC96 is #345369. Grayscale: #B2B2B2. Windows color (decimal): -3429226 or 9874635. OLE color: 9874635.

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

Color convert

RGB203172150-
CMYK00.150.260.20
HSL24.91º33.76%69.22%-
HSV(B)24.91º26.11%79.61%-
XYZ44.8944.435.06-
YUV178.76111.77145.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 150 (58.98% from 255) = 28.57%
R=38.67%
G=32.76%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317215000.150.260.2024.9133.7669.22
HexCBAC960F1A14192245
Octal31325422601732243142105
Binary110010111010110010010110011111101010100110011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC96; }

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

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

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

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

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

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

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

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