#CAACB9

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

Shades of Maverick #CAACB9

Tints of Maverick #CAACB9

Color information

#CAACB9 (or 0xCAACB9) is unknown color: approx Maverick. HEX triplet: CA, AC and B9. RGB value is (202,172,185). Sum of RGB (Red+Green+Blue) = 202+172+185=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACB9 is #355346. Grayscale: #B6B6B6. Windows color (decimal): -3494727 or 12168394. OLE color: 12168394.

HSL color Cylindrical-coordinate representation of color #CAACB9: hue angle of 334º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAACB9 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202172185-
CMYK00.150.080.21
HSL334º22.06%73.33%-
HSV(B)334º14.85%79.22%-
XYZ47.8745.5652.17-
YUV182.45129.44141.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 185 (72.66% from 255) = 33.09%
R=36.14%
G=30.77%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217218500.150.080.2133422.0673.33
HexCAACB90F81514e1649
Octal312254271017102551626111
Binary11001010101011001011100101111100010101101001110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACB9; }

 p { color: rgb(202,172,185); }

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

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

 a { background-color: rgb(202,172,185); }

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

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

 span { border-color: rgb(202,172,185); }

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