Html Css Color HEX #C0ABB9 Maverick

📋 copy color: '#C0ABB9'

red 192 ◦ green 171 ◦ blue 185

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

Shades of Maverick #C0ABB9

Tints of Maverick #C0ABB9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.2%

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

R = 35.04%
G = 31.2%
B = 33.76%

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

#C0ABB9 (or 0xC0ABB9) is known color: Maverick. HEX triplet: C0, AB and B9. RGB value is (192,171,185). Sum of RGB (Red+Green+Blue) = 192+171+185=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABB9 is #3F5446. Grayscale: #B2B2B2. Windows color (decimal): -4150343 or 12168128. OLE color: 12168128.

HSL color Cylindrical-coordinate representation of color #C0ABB9: hue angle of 320º degrees, saturation: 0.14, 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 #C0ABB9 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 171 185 -
CMYK 0 0.11 0.04 0.25
HSL 320º 0.14% 0.71% -
HSV(B) 320º 0.11% 0.75% -
XYZ 45.06 43.84 51.99 -
YUV 178.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 192 171 185 0 0.11 0.04 0.25 320 0.14 0.71
Hex C0 AB B9 0 B 4 19 140 E 47
Octal 300 253 271 0 13 4 31 500 16 107
Binary 11000000 10101011 10111001 0 1011 100 11001 101000000 1110 1000111

Color Harmonies of #C0ABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABB9

Black with #C0ABB9

Text Example


Text Example

White with #C0ABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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