#CCA4C2

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

Shades of Maverick #CCA4C2

Tints of Maverick #CCA4C2

Color information

#CCA4C2 (or 0xCCA4C2) is unknown color: approx Maverick. HEX triplet: CC, A4 and C2. RGB value is (204,164,194). Sum of RGB (Red+Green+Blue) = 204+164+194=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4C2 is #335B3D. Grayscale: #B3B3B3. Windows color (decimal): -3365694 or 12756172. OLE color: 12756172.

HSL color Cylindrical-coordinate representation of color #CCA4C2: hue angle of 315º 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 #CCA4C2 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB204164194-
CMYK00.200.050.2
HSL315º28.17%72.16%-
HSV(B)315º19.61%80%-
XYZ47.9143.2856.87-
YUV179.38136.25145.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 164 (64.45% from 255) = 29.18%
BLUE value IS 194 (76.17% from 255) = 34.52%
R=36.30%
G=29.18%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416419400.200.050.231528.1772.16
HexCCA4C201451413b1c48
Octal31424430202452447334110
Binary11001100101001001100001001010010110100100111011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4C2; }

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

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

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

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

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

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

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

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