#CCAEC1

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

Shades of Maverick #CCAEC1

Tints of Maverick #CCAEC1

Color information

#CCAEC1 (or 0xCCAEC1) is unknown color: approx Maverick. HEX triplet: CC, AE and C1. RGB value is (204,174,193). Sum of RGB (Red+Green+Blue) = 204+174+193=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEC1 is #33513E. Grayscale: #B9B9B9. Windows color (decimal): -3363135 or 12693196. OLE color: 12693196.

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

Color convert

RGB204174193-
CMYK00.150.050.2
HSL322º22.73%74.12%-
HSV(B)322º14.71%80%-
XYZ49.6646.9656.9-
YUV185.14132.44141.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 193 (75.78% from 255) = 33.80%
R=35.73%
G=30.47%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417419300.150.050.232222.7374.12
HexCCAEC10F514142174a
Octal31425630101752450227112
Binary1100110010101110110000010111110110100101000010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEC1; }

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

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

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

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

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

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

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

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