Html Css Color HEX #C2AABA Maverick

📋 copy color: '#C2AABA'

red 194 ◦ green 170 ◦ blue 186

#C2AABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #C2AABA

Tints of Maverick #C2AABA

RGB

 RED value IS 194 (76.17% from 255) = 35.27%

 GREEN value IS 170 (66.8% from 255) = 30.91%

 BLUE value IS 186 (73.05% from 255) = 33.82%

R = 35.27%
G = 30.91%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C2AABA (or 0xC2AABA) is known color: Maverick. HEX triplet: C2, AA and BA. RGB value is (194,170,186). Sum of RGB (Red+Green+Blue) = 194+170+186=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AABA is #3D5545. Grayscale: #B2B2B2. Windows color (decimal): -4019526 or 12233410. OLE color: 12233410.

HSL color Cylindrical-coordinate representation of color #C2AABA: hue angle of 320º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2AABA is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 170 186 -
CMYK 0 0.12 0.04 0.24
HSL 320º 0.16% 0.71% -
HSV(B) 320º 0.12% 0.76% -
XYZ 45.49 43.76 52.5 -
YUV 179 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 194 170 186 0 0.12 0.04 0.24 320 0.16 0.71
Hex C2 AA BA 0 C 4 18 140 10 47
Octal 302 252 272 0 14 4 30 500 20 107
Binary 11000010 10101010 10111010 0 1100 100 11000 101000000 10000 1000111

Color Harmonies of #C2AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AABA

Black with #C2AABA

Text Example


Text Example

White with #C2AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AABA; }

 p { color: rgb(194,170,186); }

 H1.HeaderClassName
 {
   color: #C2AABA;
 }
 .AnyTagClassName
 {
   color: #C2AABA;
 }
</style>

background-color css

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

 a { background-color: rgb(194,170,186); }

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

border-color css

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

 span { border-color: rgb(194,170,186); }

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