#CCAEC5

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

Shades of Maverick #CCAEC5

Tints of Maverick #CCAEC5

Color information

#CCAEC5 (or 0xCCAEC5) is unknown color: approx Maverick. HEX triplet: CC, AE and C5. RGB value is (204,174,197). Sum of RGB (Red+Green+Blue) = 204+174+197=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEC5 is #33513A. Grayscale: #B9B9B9. Windows color (decimal): -3363131 or 12955340. OLE color: 12955340.

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

Color convert

RGB204174197-
CMYK00.150.030.2
HSL314º22.73%74.12%-
HSV(B)314º14.71%80%-
XYZ50.1247.1459.28-
YUV185.59134.44141.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 197 (77.34% from 255) = 34.26%
R=35.48%
G=30.26%
B=34.26%

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
Decimal20417419700.150.030.231422.7374.12
HexCCAEC50F31413a174a
Octal31425630501732447227112
Binary110011001010111011000101011111110100100111010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEC5; }

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

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

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

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

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

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

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

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