#CCAEC6

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

Shades of Maverick #CCAEC6

Tints of Maverick #CCAEC6

Color information

#CCAEC6 (or 0xCCAEC6) is unknown color: approx Maverick. HEX triplet: CC, AE and C6. RGB value is (204,174,198). Sum of RGB (Red+Green+Blue) = 204+174+198=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEC6 is #335139. Grayscale: #B9B9B9. Windows color (decimal): -3363130 or 13020876. OLE color: 13020876.

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

Color convert

RGB204174198-
CMYK00.150.030.2
HSL312º22.73%74.12%-
HSV(B)312º14.71%80%-
XYZ50.2347.1959.89-
YUV185.71134.94141.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 198 (77.73% from 255) = 34.38%
R=35.42%
G=30.21%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417419800.150.030.231222.7374.12
HexCCAEC60F314138174a
Octal31425630601732447027112
Binary110011001010111011000110011111110100100111000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEC6; }

 p { color: rgb(204,174,198); }

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

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

 a { background-color: rgb(204,174,198); }

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

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

 span { border-color: rgb(204,174,198); }

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