#CCAEBA

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

Shades of Maverick #CCAEBA

Tints of Maverick #CCAEBA

Color information

#CCAEBA (or 0xCCAEBA) is unknown color: approx Maverick. HEX triplet: CC, AE and BA. RGB value is (204,174,186). Sum of RGB (Red+Green+Blue) = 204+174+186=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEBA is #335145. Grayscale: #B8B8B8. Windows color (decimal): -3363142 or 12234444. OLE color: 12234444.

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

Color convert

RGB204174186-
CMYK00.150.090.2
HSL336º22.73%74.12%-
HSV(B)336º14.71%80%-
XYZ48.946.6552.88-
YUV184.34128.94142.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=36.17%
G=30.85%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417418600.150.090.233622.7374.12
HexCCAEBA0F914150174a
Octal314256272017112452027112
Binary11001100101011101011101001111100110100101010000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEBA; }

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

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

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

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

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

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

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

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