Html Css Color HEX #C0ABB8 Maverick

📋 copy color: '#C0ABB8'

red 192 ◦ green 171 ◦ blue 184

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

Shades of Maverick #C0ABB8

Tints of Maverick #C0ABB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.64%

R = 35.1%
G = 31.26%
B = 33.64%

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

#C0ABB8 (or 0xC0ABB8) is known color: Maverick. HEX triplet: C0, AB and B8. RGB value is (192,171,184). Sum of RGB (Red+Green+Blue) = 192+171+184=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABB8 is #3F5447. Grayscale: #B2B2B2. Windows color (decimal): -4150344 or 12102592. OLE color: 12102592.

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

Color convert

RGB 192 171 184 -
CMYK 0 0.11 0.04 0.25
HSL 322.86º 0.14% 0.71% -
HSV(B) 322.86º 0.11% 0.75% -
XYZ 44.95 43.79 51.43 -
YUV 178.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 192 171 184 0 0.11 0.04 0.25 322.86 0.14 0.71
Hex C0 AB B8 0 B 4 19 143 E 47
Octal 300 253 270 0 13 4 31 503 16 107
Binary 11000000 10101011 10111000 0 1011 100 11001 101000011 1110 1000111

Color Harmonies of #C0ABB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABB8

Black with #C0ABB8

Text Example


Text Example

White with #C0ABB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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