Html Css Color HEX #C7BABF Maverick

📋 copy color: '#C7BABF'

red 199 ◦ green 186 ◦ blue 191

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

Shades of Maverick #C7BABF

Tints of Maverick #C7BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.29%

 BLUE value IS 191 (75% from 255) = 33.16%

R = 34.55%
G = 32.29%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C7BABF (or 0xC7BABF) is known color: Maverick. HEX triplet: C7, BA and BF. RGB value is (199,186,191). Sum of RGB (Red+Green+Blue) = 199+186+191=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BABF is #384540. Grayscale: #BEBEBE. Windows color (decimal): -3687745 or 12565191. OLE color: 12565191.

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

Color convert

RGB 199 186 191 -
CMYK 0 0.07 0.04 0.22
HSL 336.92º 0.1% 0.75% -
HSV(B) 336.92º 0.07% 0.78% -
XYZ 50.52 51.02 56.48 -
YUV 190.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 199 186 191 0 0.07 0.04 0.22 336.92 0.1 0.75
Hex C7 BA BF 0 7 4 16 151 A 4B
Octal 307 272 277 0 7 4 26 521 12 113
Binary 11000111 10111010 10111111 0 111 100 10110 101010001 1010 1001011

Color Harmonies of #C7BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BABF

Black with #C7BABF

Text Example


Text Example

White with #C7BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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