#CCA2C0

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

Shades of Maverick #CCA2C0

Tints of Maverick #CCA2C0

Color information

#CCA2C0 (or 0xCCA2C0) is unknown color: approx Maverick. HEX triplet: CC, A2 and C0. RGB value is (204,162,192). Sum of RGB (Red+Green+Blue) = 204+162+192=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2C0 is #335D3F. Grayscale: #B1B1B1. Windows color (decimal): -3366208 or 12624588. OLE color: 12624588.

HSL color Cylindrical-coordinate representation of color #CCA2C0: hue angle of 317.14º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA2C0 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204162192-
CMYK00.210.060.2
HSL317.14º29.17%71.76%-
HSV(B)317.14º20.59%80%-
XYZ47.3442.4855.57-
YUV177.98135.91146.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 162 (63.67% from 255) = 29.03%
BLUE value IS 192 (75.39% from 255) = 34.41%
R=36.56%
G=29.03%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416219200.210.060.2317.1429.1771.76
HexCCA2C001561413d1d48
Octal31424230002562447535110
Binary11001100101000101100000001010111010100100111101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2C0; }

 p { color: rgb(204,162,192); }

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

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

 a { background-color: rgb(204,162,192); }

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

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

 span { border-color: rgb(204,162,192); }

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