#CCA9C4

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

Shades of Maverick #CCA9C4

Tints of Maverick #CCA9C4

Color information

#CCA9C4 (or 0xCCA9C4) is unknown color: approx Maverick. HEX triplet: CC, A9 and C4. RGB value is (204,169,196). Sum of RGB (Red+Green+Blue) = 204+169+196=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 196 (76.95% from 255 or 34.45% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9C4 is #33563B. Grayscale: #B6B6B6. Windows color (decimal): -3364412 or 12888524. OLE color: 12888524.

HSL color Cylindrical-coordinate representation of color #CCA9C4: hue angle of 313.71º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCA9C4 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB204169196-
CMYK00.170.040.2
HSL313.71º25.55%73.14%-
HSV(B)313.71º17.16%80%-
XYZ49.0545.258.36-
YUV182.54135.6143.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 169 (66.41% from 255) = 29.70%
BLUE value IS 196 (76.95% from 255) = 34.45%
R=35.85%
G=29.70%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416919600.170.040.2313.7125.5573.14
HexCCA9C401141413a1a49
Octal31425130402142447232111
Binary11001100101010011100010001000110010100100111010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9C4; }

 p { color: rgb(204,169,196); }

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

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

 a { background-color: rgb(204,169,196); }

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

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

 span { border-color: rgb(204,169,196); }

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