Html Css Color HEX #C7BFC6 Maverick

📋 copy color: '#C7BFC6'

red 199 ◦ green 191 ◦ blue 198

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

Shades of Maverick #C7BFC6

Tints of Maverick #C7BFC6

RGB

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

 GREEN value IS 191 (75% from 255) = 32.48%

 BLUE value IS 198 (77.73% from 255) = 33.67%

R = 33.84%
G = 32.48%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C7BFC6 (or 0xC7BFC6) is known color: Maverick. HEX triplet: C7, BF and C6. RGB value is (199,191,198). Sum of RGB (Red+Green+Blue) = 199+191+198=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFC6 is #384039. Grayscale: #C2C2C2. Windows color (decimal): -3686458 or 13025223. OLE color: 13025223.

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

Color convert

RGB 199 191 198 -
CMYK 0 0.04 0.01 0.22
HSL 307.5º 0.07% 0.76% -
HSV(B) 307.5º 0.04% 0.78% -
XYZ 52.38 53.48 60.99 -
YUV 194.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 199 191 198 0 0.04 0.01 0.22 307.5 0.07 0.76
Hex C7 BF C6 0 4 1 16 134 7 4C
Octal 307 277 306 0 4 1 26 464 7 114
Binary 11000111 10111111 11000110 0 100 1 10110 100110100 111 1001100

Color Harmonies of #C7BFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFC6

Black with #C7BFC6

Text Example


Text Example

White with #C7BFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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