#CAACBA

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

Shades of Maverick #CAACBA

Tints of Maverick #CAACBA

Color information

#CAACBA (or 0xCAACBA) is unknown color: approx Maverick. HEX triplet: CA, AC and BA. RGB value is (202,172,186). Sum of RGB (Red+Green+Blue) = 202+172+186=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACBA is #355345. Grayscale: #B6B6B6. Windows color (decimal): -3494726 or 12233930. OLE color: 12233930.

HSL color Cylindrical-coordinate representation of color #CAACBA: hue angle of 332º 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 #CAACBA is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202172186-
CMYK00.150.080.21
HSL332º22.06%73.33%-
HSV(B)332º14.85%79.22%-
XYZ47.9745.6152.73-
YUV182.57129.94141.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=36.07%
G=30.71%
B=33.21%

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
Decimal20217218600.150.080.2133222.0673.33
HexCAACBA0F81514c1649
Octal312254272017102551426111
Binary11001010101011001011101001111100010101101001100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACBA; }

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

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

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

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

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

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

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

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