#CAA0C0

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

Shades of Maverick #CAA0C0

Tints of Maverick #CAA0C0

Color information

#CAA0C0 (or 0xCAA0C0) is unknown color: approx Maverick. HEX triplet: CA, A0 and C0. RGB value is (202,160,192). Sum of RGB (Red+Green+Blue) = 202+160+192=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0C0 is #355F3F. Grayscale: #B0B0B0. Windows color (decimal): -3497792 or 12624074. OLE color: 12624074.

HSL color Cylindrical-coordinate representation of color #CAA0C0: hue angle of 314.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAA0C0 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB202160192-
CMYK00.210.050.21
HSL314.29º28.38%70.98%-
HSV(B)314.29º20.79%79.22%-
XYZ46.4441.555.43-
YUV176.21136.91146.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 160 (62.89% from 255) = 28.88%
BLUE value IS 192 (75.39% from 255) = 34.66%
R=36.46%
G=28.88%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216019200.210.050.21314.2928.3870.98
HexCAA0C001551513a1c47
Octal31224030002552547234107
Binary11001010101000001100000001010110110101100111010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0C0; }

 p { color: rgb(202,160,192); }

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

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

 a { background-color: rgb(202,160,192); }

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

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

 span { border-color: rgb(202,160,192); }

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