#CBAC97

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

Shades of Cashmere #CBAC97

Tints of Cashmere #CBAC97

Color information

#CBAC97 (or 0xCBAC97) is unknown color: approx Cashmere. HEX triplet: CB, AC and 97. RGB value is (203,172,151). Sum of RGB (Red+Green+Blue) = 203+172+151=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAC97 is #345368. Grayscale: #B2B2B2. Windows color (decimal): -3429225 or 9940171. OLE color: 9940171.

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

Color convert

RGB203172151-
CMYK00.150.260.20
HSL24.23º33.33%69.41%-
HSV(B)24.23º25.62%79.61%-
XYZ44.9744.4435.49-
YUV178.88112.27145.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 151 (59.38% from 255) = 28.71%
R=38.59%
G=32.70%
B=28.71%

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
Decimal20317215100.150.260.2024.2333.3369.41
HexCBAC970F1A14182145
Octal31325422701732243041105
Binary110010111010110010010111011111101010100110001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC97; }

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

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

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

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

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

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

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

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