#CAA8C2

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

Shades of Maverick #CAA8C2

Tints of Maverick #CAA8C2

Color information

#CAA8C2 (or 0xCAA8C2) is unknown color: approx Maverick. HEX triplet: CA, A8 and C2. RGB value is (202,168,194). Sum of RGB (Red+Green+Blue) = 202+168+194=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8C2 is #35573D. Grayscale: #B5B5B5. Windows color (decimal): -3495742 or 12757194. OLE color: 12757194.

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

Color convert

RGB202168194-
CMYK00.170.040.21
HSL314.12º24.29%72.55%-
HSV(B)314.12º16.83%79.22%-
XYZ48.144.4657.08-
YUV181.13135.26142.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 168 (66.02% from 255) = 29.79%
BLUE value IS 194 (76.17% from 255) = 34.40%
R=35.82%
G=29.79%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216819400.170.040.21314.1224.2972.55
HexCAA8C201141513a1849
Octal31225030202142547230111
Binary11001010101010001100001001000110010101100111010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8C2; }

 p { color: rgb(202,168,194); }

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

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

 a { background-color: rgb(202,168,194); }

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

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

 span { border-color: rgb(202,168,194); }

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