Html Css Color HEX #C7B7BF Maverick

📋 copy color: '#C7B7BF'

red 199 ◦ green 183 ◦ blue 191

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

Shades of Maverick #C7B7BF

Tints of Maverick #C7B7BF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.94%

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

R = 34.73%
G = 31.94%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C7B7BF (or 0xC7B7BF) is known color: Maverick. HEX triplet: C7, B7 and BF. RGB value is (199,183,191). Sum of RGB (Red+Green+Blue) = 199+183+191=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B7BF is #384840. Grayscale: #BCBCBC. Windows color (decimal): -3688513 or 12564423. OLE color: 12564423.

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

Color convert

RGB 199 183 191 -
CMYK 0 0.08 0.04 0.22
HSL 330º 0.13% 0.75% -
HSV(B) 330º 0.08% 0.78% -
XYZ 49.89 49.77 56.27 -
YUV 188.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 199 183 191 0 0.08 0.04 0.22 330 0.13 0.75
Hex C7 B7 BF 0 8 4 16 14A C 4B
Octal 307 267 277 0 10 4 26 512 14 113
Binary 11000111 10110111 10111111 0 1000 100 10110 101001010 1100 1001011

Color Harmonies of #C7B7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B7BF

Black with #C7B7BF

Text Example


Text Example

White with #C7B7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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