#CAAFBA

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

Shades of Maverick #CAAFBA

Tints of Maverick #CAAFBA

Color information

#CAAFBA (or 0xCAAFBA) is unknown color: approx Maverick. HEX triplet: CA, AF and BA. RGB value is (202,175,186). Sum of RGB (Red+Green+Blue) = 202+175+186=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFBA is #355045. Grayscale: #B8B8B8. Windows color (decimal): -3493958 or 12234698. OLE color: 12234698.

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

Color convert

RGB202175186-
CMYK00.130.080.21
HSL335.56º20.3%73.92%-
HSV(B)335.56º13.37%79.22%-
XYZ48.5546.7652.92-
YUV184.33128.95140.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=35.88%
G=31.08%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217518600.130.080.21335.5620.373.92
HexCAAFBA0D815150144a
Octal312257272015102552024112
Binary11001010101011111011101001101100010101101010000101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFBA; }

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

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

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

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

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

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

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

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