Html Css Color HEX #C7BAC0 Maverick

📋 copy color: '#C7BAC0'

red 199 ◦ green 186 ◦ blue 192

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

Shades of Maverick #C7BAC0

Tints of Maverick #C7BAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.28%

R = 34.49%
G = 32.24%
B = 33.28%

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

#C7BAC0 (or 0xC7BAC0) is known color: Maverick. HEX triplet: C7, BA and C0. RGB value is (199,186,192). Sum of RGB (Red+Green+Blue) = 199+186+192=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BAC0 is #38453F. Grayscale: #BEBEBE. Windows color (decimal): -3687744 or 12630727. OLE color: 12630727.

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

Color convert

RGB 199 186 192 -
CMYK 0 0.07 0.04 0.22
HSL 332.31º 0.1% 0.75% -
HSV(B) 332.31º 0.07% 0.78% -
XYZ 50.63 51.07 57.06 -
YUV 190.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 199 186 192 0 0.07 0.04 0.22 332.31 0.1 0.75
Hex C7 BA C0 0 7 4 16 14C A 4B
Octal 307 272 300 0 7 4 26 514 12 113
Binary 11000111 10111010 11000000 0 111 100 10110 101001100 1010 1001011

Color Harmonies of #C7BAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BAC0

Black with #C7BAC0

Text Example


Text Example

White with #C7BAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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