Html Css Color HEX #C2AAB9 Maverick

📋 copy color: '#C2AAB9'

red 194 ◦ green 170 ◦ blue 185

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

Shades of Maverick #C2AAB9

Tints of Maverick #C2AAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.7%

R = 35.34%
G = 30.97%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C2AAB9 (or 0xC2AAB9) is known color: Maverick. HEX triplet: C2, AA and B9. RGB value is (194,170,185). Sum of RGB (Red+Green+Blue) = 194+170+185=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAB9 is #3D5546. Grayscale: #B2B2B2. Windows color (decimal): -4019527 or 12167874. OLE color: 12167874.

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

Color convert

RGB 194 170 185 -
CMYK 0 0.12 0.05 0.24
HSL 322.5º 0.16% 0.71% -
HSV(B) 322.5º 0.12% 0.76% -
XYZ 45.38 43.72 51.95 -
YUV 178.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 194 170 185 0 0.12 0.05 0.24 322.5 0.16 0.71
Hex C2 AA B9 0 C 5 18 142 10 47
Octal 302 252 271 0 14 5 30 502 20 107
Binary 11000010 10101010 10111001 0 1100 101 11000 101000010 10000 1000111

Color Harmonies of #C2AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AAB9

Black with #C2AAB9

Text Example


Text Example

White with #C2AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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