Html Css Color HEX #C7ABBA Maverick

📋 copy color: '#C7ABBA'

red 199 ◦ green 171 ◦ blue 186

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

Shades of Maverick #C7ABBA

Tints of Maverick #C7ABBA

RGB

 RED value IS 199 (78.13% from 255) = 35.79%

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

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

R = 35.79%
G = 30.76%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C7ABBA (or 0xC7ABBA) is known color: Maverick. HEX triplet: C7, AB and BA. RGB value is (199,171,186). Sum of RGB (Red+Green+Blue) = 199+171+186=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ABBA is #385445. Grayscale: #B5B5B5. Windows color (decimal): -3691590 or 12233671. OLE color: 12233671.

HSL color Cylindrical-coordinate representation of color #C7ABBA: hue angle of 327.86º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7ABBA is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 171 186 -
CMYK 0 0.14 0.07 0.22
HSL 327.86º 0.2% 0.73% -
HSV(B) 327.86º 0.14% 0.78% -
XYZ 46.98 44.81 52.63 -
YUV 181.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 199 171 186 0 0.14 0.07 0.22 327.86 0.2 0.73
Hex C7 AB BA 0 E 7 16 148 14 49
Octal 307 253 272 0 16 7 26 510 24 111
Binary 11000111 10101011 10111010 0 1110 111 10110 101001000 10100 1001001

Color Harmonies of #C7ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ABBA

Black with #C7ABBA

Text Example


Text Example

White with #C7ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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