Html Css Color HEX #C7B2BF Maverick

📋 copy color: '#C7B2BF'

red 199 ◦ green 178 ◦ blue 191

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

Shades of Maverick #C7B2BF

Tints of Maverick #C7B2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.34%

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

R = 35.04%
G = 31.34%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C7B2BF (or 0xC7B2BF) is known color: Maverick. HEX triplet: C7, B2 and BF. RGB value is (199,178,191). Sum of RGB (Red+Green+Blue) = 199+178+191=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B2BF is #384D40. Grayscale: #B9B9B9. Windows color (decimal): -3689793 or 12563143. OLE color: 12563143.

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

Color convert

RGB 199 178 191 -
CMYK 0 0.11 0.04 0.22
HSL 322.86º 0.16% 0.74% -
HSV(B) 322.86º 0.11% 0.78% -
XYZ 48.88 47.74 55.93 -
YUV 185.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 199 178 191 0 0.11 0.04 0.22 322.86 0.16 0.74
Hex C7 B2 BF 0 B 4 16 143 10 4A
Octal 307 262 277 0 13 4 26 503 20 112
Binary 11000111 10110010 10111111 0 1011 100 10110 101000011 10000 1001010

Color Harmonies of #C7B2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B2BF

Black with #C7B2BF

Text Example


Text Example

White with #C7B2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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