#CCAEBC

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

Shades of Maverick #CCAEBC

Tints of Maverick #CCAEBC

Color information

#CCAEBC (or 0xCCAEBC) is unknown color: approx Maverick. HEX triplet: CC, AE and BC. RGB value is (204,174,188). Sum of RGB (Red+Green+Blue) = 204+174+188=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEBC is #335143. Grayscale: #B8B8B8. Windows color (decimal): -3363140 or 12365516. OLE color: 12365516.

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

Color convert

RGB204174188-
CMYK00.150.080.2
HSL332º22.73%74.12%-
HSV(B)332º14.71%80%-
XYZ49.1146.7454.01-
YUV184.57129.94141.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 174 (68.36% from 255) = 30.74%
BLUE value IS 188 (73.83% from 255) = 33.22%
R=36.04%
G=30.74%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417418800.150.080.233222.7374.12
HexCCAEBC0F81414c174a
Octal314256274017102451427112
Binary11001100101011101011110001111100010100101001100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEBC; }

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

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

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

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

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

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

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

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