#CCACC5

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

Shades of Maverick #CCACC5

Tints of Maverick #CCACC5

Color information

#CCACC5 (or 0xCCACC5) is unknown color: approx Maverick. HEX triplet: CC, AC and C5. RGB value is (204,172,197). Sum of RGB (Red+Green+Blue) = 204+172+197=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACC5 is #33533A. Grayscale: #B8B8B8. Windows color (decimal): -3363643 or 12954828. OLE color: 12954828.

HSL color Cylindrical-coordinate representation of color #CCACC5: hue angle of 313.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCACC5 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB204172197-
CMYK00.160.030.2
HSL313.12º23.88%73.73%-
HSV(B)313.12º15.69%80%-
XYZ49.7346.3759.15-
YUV184.42135.1141.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 197 (77.34% from 255) = 34.38%
R=35.60%
G=30.02%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417219700.160.030.2313.1223.8873.73
HexCCACC5010314139184a
Octal31425430502032447130112
Binary1100110010101100110001010100001110100100111001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACC5; }

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

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

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

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

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

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

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

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