#CCAEC3

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

Shades of Maverick #CCAEC3

Tints of Maverick #CCAEC3

Color information

#CCAEC3 (or 0xCCAEC3) is unknown color: approx Maverick. HEX triplet: CC, AE and C3. RGB value is (204,174,195). Sum of RGB (Red+Green+Blue) = 204+174+195=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEC3 is #33513C. Grayscale: #B9B9B9. Windows color (decimal): -3363133 or 12824268. OLE color: 12824268.

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

Color convert

RGB204174195-
CMYK00.150.040.2
HSL318º22.73%74.12%-
HSV(B)318º14.71%80%-
XYZ49.8947.0558.08-
YUV185.36133.44141.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 195 (76.56% from 255) = 34.03%
R=35.60%
G=30.37%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417419500.150.040.231822.7374.12
HexCCAEC30F41413e174a
Octal31425630301742447627112
Binary1100110010101110110000110111110010100100111110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEC3; }

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

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

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

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

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

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

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

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