#CCAEC0

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

Shades of Maverick #CCAEC0

Tints of Maverick #CCAEC0

Color information

#CCAEC0 (or 0xCCAEC0) is unknown color: approx Maverick. HEX triplet: CC, AE and C0. RGB value is (204,174,192). Sum of RGB (Red+Green+Blue) = 204+174+192=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEC0 is #33513F. Grayscale: #B8B8B8. Windows color (decimal): -3363136 or 12627660. OLE color: 12627660.

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

Color convert

RGB204174192-
CMYK00.150.060.2
HSL324º22.73%74.12%-
HSV(B)324º14.71%80%-
XYZ49.5546.9256.31-
YUV185.02131.94141.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 192 (75.39% from 255) = 33.68%
R=35.79%
G=30.53%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417419200.150.060.232422.7374.12
HexCCAEC00F614144174a
Octal31425630001762450427112
Binary1100110010101110110000000111111010100101000100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEC0; }

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

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

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

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

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

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

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

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