#CAACBB

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

Shades of Maverick #CAACBB

Tints of Maverick #CAACBB

Color information

#CAACBB (or 0xCAACBB) is unknown color: approx Maverick. HEX triplet: CA, AC and BB. RGB value is (202,172,187). Sum of RGB (Red+Green+Blue) = 202+172+187=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACBB is #355344. Grayscale: #B6B6B6. Windows color (decimal): -3494725 or 12299466. OLE color: 12299466.

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

Color convert

RGB202172187-
CMYK00.150.070.21
HSL330º22.06%73.33%-
HSV(B)330º14.85%79.22%-
XYZ48.0845.6553.29-
YUV182.68130.44141.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=36.01%
G=30.66%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217218700.150.070.2133022.0673.33
HexCAACBB0F71514a1649
Octal31225427301772551226111
Binary1100101010101100101110110111111110101101001010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACBB; }

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

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

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

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

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

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

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

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