#CAA6C2

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

Shades of Maverick #CAA6C2

Tints of Maverick #CAA6C2

Color information

#CAA6C2 (or 0xCAA6C2) is unknown color: approx Maverick. HEX triplet: CA, A6 and C2. RGB value is (202,166,194). Sum of RGB (Red+Green+Blue) = 202+166+194=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6C2 is #35593D. Grayscale: #B3B3B3. Windows color (decimal): -3496254 or 12756682. OLE color: 12756682.

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

Color convert

RGB202166194-
CMYK00.180.040.21
HSL313.33º25.35%72.16%-
HSV(B)313.33º17.82%79.22%-
XYZ47.7343.7256.96-
YUV179.96135.93143.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 166 (65.23% from 255) = 29.54%
BLUE value IS 194 (76.17% from 255) = 34.52%
R=35.94%
G=29.54%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216619400.180.040.21313.3325.3572.16
HexCAA6C20124151391948
Octal31224630202242547131110
Binary11001010101001101100001001001010010101100111001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA6C2; }

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

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

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

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

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

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

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

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