Html Css Color HEX #C0AAB9 Maverick

📋 copy color: '#C0AAB9'

red 192 ◦ green 170 ◦ blue 185

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

Shades of Maverick #C0AAB9

Tints of Maverick #C0AAB9

RGB

 RED value IS 192 (75.39% from 255) = 35.1%

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

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

R = 35.1%
G = 31.08%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C0AAB9 (or 0xC0AAB9) is known color: Maverick. HEX triplet: C0, AA and B9. RGB value is (192,170,185). Sum of RGB (Red+Green+Blue) = 192+170+185=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AAB9 is #3F5546. Grayscale: #B2B2B2. Windows color (decimal): -4150599 or 12167872. OLE color: 12167872.

HSL color Cylindrical-coordinate representation of color #C0AAB9: hue angle of 319.09º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0AAB9 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 170 185 -
CMYK 0 0.11 0.04 0.25
HSL 319.09º 0.15% 0.71% -
HSV(B) 319.09º 0.11% 0.75% -
XYZ 44.87 43.46 51.92 -
YUV 178.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 192 170 185 0 0.11 0.04 0.25 319.09 0.15 0.71
Hex C0 AA B9 0 B 4 19 13F F 47
Octal 300 252 271 0 13 4 31 477 17 107
Binary 11000000 10101010 10111001 0 1011 100 11001 100111111 1111 1000111

Color Harmonies of #C0AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AAB9

Black with #C0AAB9

Text Example


Text Example

White with #C0AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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