#CBAC95

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

Shades of Cashmere #CBAC95

Tints of Cashmere #CBAC95

Color information

#CBAC95 (or 0xCBAC95) is unknown color: approx Cashmere. HEX triplet: CB, AC and 95. RGB value is (203,172,149). Sum of RGB (Red+Green+Blue) = 203+172+149=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAC95 is #34536A. Grayscale: #B2B2B2. Windows color (decimal): -3429227 or 9809099. OLE color: 9809099.

HSL color Cylindrical-coordinate representation of color #CBAC95: hue angle of 25.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBAC95 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB203172149-
CMYK00.150.270.20
HSL25.56º34.18%69.02%-
HSV(B)25.56º26.6%79.61%-
XYZ44.8144.3734.64-
YUV178.65111.27145.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 149 (58.59% from 255) = 28.44%
R=38.74%
G=32.82%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317214900.150.270.2025.5634.1869.02
HexCBAC950F1B141a2245
Octal31325422501733243242105
Binary110010111010110010010101011111101110100110101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC95; }

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

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

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

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

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

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

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

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