#CBAC92

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

Shades of Cashmere #CBAC92

Tints of Cashmere #CBAC92

Color information

#CBAC92 (or 0xCBAC92) is unknown color: approx Cashmere. HEX triplet: CB, AC and 92. RGB value is (203,172,146). Sum of RGB (Red+Green+Blue) = 203+172+146=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAC92 is #34536D. Grayscale: #B2B2B2. Windows color (decimal): -3429230 or 9612491. OLE color: 9612491.

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

Color convert

RGB203172146-
CMYK00.150.280.20
HSL27.37º35.4%68.43%-
HSV(B)27.37º28.08%79.61%-
XYZ44.5744.2833.39-
YUV178.3109.77145.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=38.96%
G=33.01%
B=28.02%

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
Decimal20317214600.150.280.2027.3735.468.43
HexCBAC920F1C141b2344
Octal31325422201734243343104
Binary110010111010110010010010011111110010100110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC92; }

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

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

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

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

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

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

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

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