#CAA8C3

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

Shades of Maverick #CAA8C3

Tints of Maverick #CAA8C3

Color information

#CAA8C3 (or 0xCAA8C3) is unknown color: approx Maverick. HEX triplet: CA, A8 and C3. RGB value is (202,168,195). Sum of RGB (Red+Green+Blue) = 202+168+195=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8C3 is #35573C. Grayscale: #B5B5B5. Windows color (decimal): -3495741 or 12822730. OLE color: 12822730.

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

Color convert

RGB202168195-
CMYK00.170.030.21
HSL312.35º24.29%72.55%-
HSV(B)312.35º16.83%79.22%-
XYZ48.2144.557.68-
YUV181.24135.76142.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 168 (66.02% from 255) = 29.73%
BLUE value IS 195 (76.56% from 255) = 34.51%
R=35.75%
G=29.73%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216819500.170.030.21312.3524.2972.55
HexCAA8C30113151381849
Octal31225030302132547030111
Binary1100101010101000110000110100011110101100111000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8C3; }

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

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

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

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

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

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

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

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