Html Css Color HEX #C0ABBC Maverick

📋 copy color: '#C0ABBC'

red 192 ◦ green 171 ◦ blue 188

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

Shades of Maverick #C0ABBC

Tints of Maverick #C0ABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.12%

R = 34.85%
G = 31.03%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C0ABBC (or 0xC0ABBC) is known color: Maverick. HEX triplet: C0, AB and BC. RGB value is (192,171,188). Sum of RGB (Red+Green+Blue) = 192+171+188=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABBC is #3F5443. Grayscale: #B3B3B3. Windows color (decimal): -4150340 or 12364736. OLE color: 12364736.

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

Color convert

RGB 192 171 188 -
CMYK 0 0.11 0.02 0.25
HSL 311.43º 0.14% 0.71% -
HSV(B) 311.43º 0.11% 0.75% -
XYZ 45.38 43.96 53.67 -
YUV 179.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 192 171 188 0 0.11 0.02 0.25 311.43 0.14 0.71
Hex C0 AB BC 0 B 2 19 137 E 47
Octal 300 253 274 0 13 2 31 467 16 107
Binary 11000000 10101011 10111100 0 1011 10 11001 100110111 1110 1000111

Color Harmonies of #C0ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABBC

Black with #C0ABBC

Text Example


Text Example

White with #C0ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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