#CCA9C5

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

Shades of Maverick #CCA9C5

Tints of Maverick #CCA9C5

Color information

#CCA9C5 (or 0xCCA9C5) is unknown color: approx Maverick. HEX triplet: CC, A9 and C5. RGB value is (204,169,197). Sum of RGB (Red+Green+Blue) = 204+169+197=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9C5 is #33563A. Grayscale: #B6B6B6. Windows color (decimal): -3364411 or 12954060. OLE color: 12954060.

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

Color convert

RGB204169197-
CMYK00.170.030.2
HSL312º25.55%73.14%-
HSV(B)312º17.16%80%-
XYZ49.1745.2458.96-
YUV182.66136.1143.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 169 (66.41% from 255) = 29.65%
BLUE value IS 197 (77.34% from 255) = 34.56%
R=35.79%
G=29.65%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416919700.170.030.231225.5573.14
HexCCA9C50113141381a49
Octal31425130502132447032111
Binary1100110010101001110001010100011110100100111000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9C5; }

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

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

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

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

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

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

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

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