Html Css Color HEX #C2ABBD Maverick

📋 copy color: '#C2ABBD'

red 194 ◦ green 171 ◦ blue 189

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

Shades of Maverick #C2ABBD

Tints of Maverick #C2ABBD

RGB

 RED value IS 194 (76.17% from 255) = 35.02%

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

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

R = 35.02%
G = 30.87%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C2ABBD (or 0xC2ABBD) is known color: Maverick. HEX triplet: C2, AB and BD. RGB value is (194,171,189). Sum of RGB (Red+Green+Blue) = 194+171+189=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABBD is #3D5442. Grayscale: #B3B3B3. Windows color (decimal): -4019267 or 12430274. OLE color: 12430274.

HSL color Cylindrical-coordinate representation of color #C2ABBD: hue angle of 313.04º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2ABBD is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 171 189 -
CMYK 0 0.12 0.03 0.24
HSL 313.04º 0.16% 0.72% -
HSV(B) 313.04º 0.12% 0.76% -
XYZ 46 44.27 54.26 -
YUV 179.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 194 171 189 0 0.12 0.03 0.24 313.04 0.16 0.72
Hex C2 AB BD 0 C 3 18 139 10 48
Octal 302 253 275 0 14 3 30 471 20 110
Binary 11000010 10101011 10111101 0 1100 11 11000 100111001 10000 1001000

Color Harmonies of #C2ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABBD

Black with #C2ABBD

Text Example


Text Example

White with #C2ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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