#CCAEC4

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

Shades of Maverick #CCAEC4

Tints of Maverick #CCAEC4

Color information

#CCAEC4 (or 0xCCAEC4) is unknown color: approx Maverick. HEX triplet: CC, AE and C4. RGB value is (204,174,196). Sum of RGB (Red+Green+Blue) = 204+174+196=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEC4 is #33513B. Grayscale: #B9B9B9. Windows color (decimal): -3363132 or 12889804. OLE color: 12889804.

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

Color convert

RGB204174196-
CMYK00.150.040.2
HSL316º22.73%74.12%-
HSV(B)316º14.71%80%-
XYZ5047.0958.68-
YUV185.48133.94141.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=35.54%
G=30.31%
B=34.15%

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
Decimal20417419600.150.040.231622.7374.12
HexCCAEC40F41413c174a
Octal31425630401742447427112
Binary1100110010101110110001000111110010100100111100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEC4; }

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

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

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

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

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

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

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

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