#CAA6C3

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

Shades of Maverick #CAA6C3

Tints of Maverick #CAA6C3

Color information

#CAA6C3 (or 0xCAA6C3) is unknown color: approx Maverick. HEX triplet: CA, A6 and C3. RGB value is (202,166,195). Sum of RGB (Red+Green+Blue) = 202+166+195=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6C3 is #35593C. Grayscale: #B3B3B3. Windows color (decimal): -3496253 or 12822218. OLE color: 12822218.

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

Color convert

RGB202166195-
CMYK00.180.030.21
HSL311.67º25.35%72.16%-
HSV(B)311.67º17.82%79.22%-
XYZ47.8443.7757.56-
YUV180.07136.43143.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 166 (65.23% from 255) = 29.48%
BLUE value IS 195 (76.56% from 255) = 34.64%
R=35.88%
G=29.48%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216619500.180.030.21311.6725.3572.16
HexCAA6C30123151381948
Octal31224630302232547031110
Binary1100101010100110110000110100101110101100111000110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA6C3; }

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

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

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

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

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

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

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

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