Html Css Color HEX #C2ABBA Maverick

📋 copy color: '#C2ABBA'

red 194 ◦ green 171 ◦ blue 186

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

Shades of Maverick #C2ABBA

Tints of Maverick #C2ABBA

RGB

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

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

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

R = 35.21%
G = 31.03%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C2ABBA (or 0xC2ABBA) is known color: Maverick. HEX triplet: C2, AB and BA. RGB value is (194,171,186). Sum of RGB (Red+Green+Blue) = 194+171+186=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABBA is #3D5445. Grayscale: #B3B3B3. Windows color (decimal): -4019270 or 12233666. OLE color: 12233666.

HSL color Cylindrical-coordinate representation of color #C2ABBA: hue angle of 320.87º 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 #C2ABBA is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 171 186 -
CMYK 0 0.12 0.04 0.24
HSL 320.87º 0.16% 0.72% -
HSV(B) 320.87º 0.12% 0.76% -
XYZ 45.67 44.14 52.57 -
YUV 179.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 194 171 186 0 0.12 0.04 0.24 320.87 0.16 0.72
Hex C2 AB BA 0 C 4 18 141 10 48
Octal 302 253 272 0 14 4 30 501 20 110
Binary 11000010 10101011 10111010 0 1100 100 11000 101000001 10000 1001000

Color Harmonies of #C2ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABBA

Black with #C2ABBA

Text Example


Text Example

White with #C2ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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