Html Css Color HEX #C0ABBA Maverick

📋 copy color: '#C0ABBA'

red 192 ◦ green 171 ◦ blue 186

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

Shades of Maverick #C0ABBA

Tints of Maverick #C0ABBA

RGB

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

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

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

R = 34.97%
G = 31.15%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C0ABBA (or 0xC0ABBA) is known color: Maverick. HEX triplet: C0, AB and BA. RGB value is (192,171,186). Sum of RGB (Red+Green+Blue) = 192+171+186=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABBA is #3F5445. Grayscale: #B2B2B2. Windows color (decimal): -4150342 or 12233664. OLE color: 12233664.

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

Color convert

RGB 192 171 186 -
CMYK 0 0.11 0.03 0.25
HSL 317.14º 0.14% 0.71% -
HSV(B) 317.14º 0.11% 0.75% -
XYZ 45.16 43.88 52.54 -
YUV 178.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 192 171 186 0 0.11 0.03 0.25 317.14 0.14 0.71
Hex C0 AB BA 0 B 3 19 13D E 47
Octal 300 253 272 0 13 3 31 475 16 107
Binary 11000000 10101011 10111010 0 1011 11 11001 100111101 1110 1000111

Color Harmonies of #C0ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABBA

Black with #C0ABBA

Text Example


Text Example

White with #C0ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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