#CAA7BB

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

Shades of Maverick #CAA7BB

Tints of Maverick #CAA7BB

Color information

#CAA7BB (or 0xCAA7BB) is unknown color: approx Maverick. HEX triplet: CA, A7 and BB. RGB value is (202,167,187). Sum of RGB (Red+Green+Blue) = 202+167+187=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7BB is #355844. Grayscale: #B3B3B3. Windows color (decimal): -3496005 or 12298186. OLE color: 12298186.

HSL color Cylindrical-coordinate representation of color #CAA7BB: hue angle of 325.71º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAA7BB is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202167187-
CMYK00.170.070.21
HSL325.71º24.82%72.35%-
HSV(B)325.71º17.33%79.22%-
XYZ47.1543.7852.98-
YUV179.74132.1143.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 167 (65.62% from 255) = 30.04%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=36.33%
G=30.04%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216718700.170.070.21325.7124.8272.35
HexCAA7BB0117151461948
Octal31224727302172550631110
Binary11001010101001111011101101000111110101101000110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7BB; }

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

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

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

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

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

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

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

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