#CCAEBF

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

Shades of Maverick #CCAEBF

Tints of Maverick #CCAEBF

Color information

#CCAEBF (or 0xCCAEBF) is unknown color: approx Maverick. HEX triplet: CC, AE and BF. RGB value is (204,174,191). Sum of RGB (Red+Green+Blue) = 204+174+191=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEBF is #335140. Grayscale: #B8B8B8. Windows color (decimal): -3363137 or 12562124. OLE color: 12562124.

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

Color convert

RGB204174191-
CMYK00.150.060.2
HSL326º22.73%74.12%-
HSV(B)326º14.71%80%-
XYZ49.4446.8755.73-
YUV184.91131.44141.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 191 (75% from 255) = 33.57%
R=35.85%
G=30.58%
B=33.57%

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
Decimal20417419100.150.060.232622.7374.12
HexCCAEBF0F614146174a
Octal31425627701762450627112
Binary1100110010101110101111110111111010100101000110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEBF; }

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

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

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

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

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

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

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

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