#CBAC93

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

Shades of Cashmere #CBAC93

Tints of Cashmere #CBAC93

Color information

#CBAC93 (or 0xCBAC93) is unknown color: approx Cashmere. HEX triplet: CB, AC and 93. RGB value is (203,172,147). Sum of RGB (Red+Green+Blue) = 203+172+147=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAC93 is #34536C. Grayscale: #B2B2B2. Windows color (decimal): -3429229 or 9678027. OLE color: 9678027.

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

Color convert

RGB203172147-
CMYK00.150.280.20
HSL26.79º35%68.63%-
HSV(B)26.79º27.59%79.61%-
XYZ44.6544.3133.8-
YUV178.42110.27145.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=38.89%
G=32.95%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317214700.150.280.2026.793568.63
HexCBAC930F1C141b2345
Octal31325422301734243343105
Binary110010111010110010010011011111110010100110111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC93; }

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

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

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

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

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

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

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

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