#CCA4C0

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

Shades of Maverick #CCA4C0

Tints of Maverick #CCA4C0

Color information

#CCA4C0 (or 0xCCA4C0) is unknown color: approx Maverick. HEX triplet: CC, A4 and C0. RGB value is (204,164,192). Sum of RGB (Red+Green+Blue) = 204+164+192=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4C0 is #335B3F. Grayscale: #B3B3B3. Windows color (decimal): -3365696 or 12625100. OLE color: 12625100.

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

Color convert

RGB204164192-
CMYK00.200.060.2
HSL318º28.17%72.16%-
HSV(B)318º19.61%80%-
XYZ47.6943.1955.69-
YUV179.15135.25145.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.43%
GREEN value IS 164 (64.45% from 255) = 29.29%
BLUE value IS 192 (75.39% from 255) = 34.29%
R=36.43%
G=29.29%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416419200.200.060.231828.1772.16
HexCCA4C001461413e1c48
Octal31424430002462447634110
Binary11001100101001001100000001010011010100100111110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4C0; }

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

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

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

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

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

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

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

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