#CAAFBB

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

Shades of Maverick #CAAFBB

Tints of Maverick #CAAFBB

Color information

#CAAFBB (or 0xCAAFBB) is unknown color: approx Maverick. HEX triplet: CA, AF and BB. RGB value is (202,175,187). Sum of RGB (Red+Green+Blue) = 202+175+187=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFBB is #355044. Grayscale: #B8B8B8. Windows color (decimal): -3493957 or 12300234. OLE color: 12300234.

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

Color convert

RGB202175187-
CMYK00.130.070.21
HSL333.33º20.3%73.92%-
HSV(B)333.33º13.37%79.22%-
XYZ48.6646.853.48-
YUV184.44129.45140.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=35.82%
G=31.03%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217518700.130.070.21333.3320.373.92
HexCAAFBB0D71514d144a
Octal31225727301572551524112
Binary1100101010101111101110110110111110101101001101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFBB; }

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

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

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

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

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

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

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

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