Html Css Color HEX #C0ABBD Maverick

📋 copy color: '#C0ABBD'

red 192 ◦ green 171 ◦ blue 189

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

Shades of Maverick #C0ABBD

Tints of Maverick #C0ABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.24%

R = 34.78%
G = 30.98%
B = 34.24%

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

#C0ABBD (or 0xC0ABBD) is known color: Maverick. HEX triplet: C0, AB and BD. RGB value is (192,171,189). Sum of RGB (Red+Green+Blue) = 192+171+189=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABBD is #3F5442. Grayscale: #B3B3B3. Windows color (decimal): -4150339 or 12430272. OLE color: 12430272.

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

Color convert

RGB 192 171 189 -
CMYK 0 0.11 0.02 0.25
HSL 308.57º 0.14% 0.71% -
HSV(B) 308.57º 0.11% 0.75% -
XYZ 45.49 44.01 54.24 -
YUV 179.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 192 171 189 0 0.11 0.02 0.25 308.57 0.14 0.71
Hex C0 AB BD 0 B 2 19 135 E 47
Octal 300 253 275 0 13 2 31 465 16 107
Binary 11000000 10101011 10111101 0 1011 10 11001 100110101 1110 1000111

Color Harmonies of #C0ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABBD

Black with #C0ABBD

Text Example


Text Example

White with #C0ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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