Html Css Color HEX #C1ABBD Maverick

📋 copy color: '#C1ABBD'

red 193 ◦ green 171 ◦ blue 189

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

Shades of Maverick #C1ABBD

Tints of Maverick #C1ABBD

RGB

 RED value IS 193 (75.78% from 255) = 34.9%

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

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

R = 34.9%
G = 30.92%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C1ABBD (or 0xC1ABBD) is known color: Maverick. HEX triplet: C1, AB and BD. RGB value is (193,171,189). Sum of RGB (Red+Green+Blue) = 193+171+189=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABBD is #3E5442. Grayscale: #B3B3B3. Windows color (decimal): -4084803 or 12430273. OLE color: 12430273.

HSL color Cylindrical-coordinate representation of color #C1ABBD: hue angle of 310.91º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1ABBD is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 171 189 -
CMYK 0 0.11 0.02 0.24
HSL 310.91º 0.15% 0.71% -
HSV(B) 310.91º 0.11% 0.76% -
XYZ 45.74 44.14 54.25 -
YUV 179.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 193 171 189 0 0.11 0.02 0.24 310.91 0.15 0.71
Hex C1 AB BD 0 B 2 18 137 F 47
Octal 301 253 275 0 13 2 30 467 17 107
Binary 11000001 10101011 10111101 0 1011 10 11000 100110111 1111 1000111

Color Harmonies of #C1ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ABBD

Black with #C1ABBD

Text Example


Text Example

White with #C1ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ABBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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