#CCA4C3

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

Shades of Maverick #CCA4C3

Tints of Maverick #CCA4C3

Color information

#CCA4C3 (or 0xCCA4C3) is unknown color: approx Maverick. HEX triplet: CC, A4 and C3. RGB value is (204,164,195). Sum of RGB (Red+Green+Blue) = 204+164+195=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4C3 is #335B3C. Grayscale: #B3B3B3. Windows color (decimal): -3365693 or 12821708. OLE color: 12821708.

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

Color convert

RGB204164195-
CMYK00.200.040.2
HSL313.5º28.17%72.16%-
HSV(B)313.5º19.61%80%-
XYZ48.0343.3357.46-
YUV179.49136.75145.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 164 (64.45% from 255) = 29.13%
BLUE value IS 195 (76.56% from 255) = 34.64%
R=36.23%
G=29.13%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416419500.200.040.2313.528.1772.16
HexCCA4C301441413a1c48
Octal31424430302442447234110
Binary11001100101001001100001101010010010100100111010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4C3; }

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

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

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

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

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

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

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

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