Html Css Color HEX #C7B3BF Maverick

📋 copy color: '#C7B3BF'

red 199 ◦ green 179 ◦ blue 191

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

Shades of Maverick #C7B3BF

Tints of Maverick #C7B3BF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.46%

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

R = 34.97%
G = 31.46%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C7B3BF (or 0xC7B3BF) is known color: Maverick. HEX triplet: C7, B3 and BF. RGB value is (199,179,191). Sum of RGB (Red+Green+Blue) = 199+179+191=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B3BF is #384C40. Grayscale: #BABABA. Windows color (decimal): -3689537 or 12563399. OLE color: 12563399.

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

Color convert

RGB 199 179 191 -
CMYK 0 0.10 0.04 0.22
HSL 324º 0.15% 0.74% -
HSV(B) 324º 0.1% 0.78% -
XYZ 49.08 48.14 56 -
YUV 186.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 199 179 191 0 0.10 0.04 0.22 324 0.15 0.74
Hex C7 B3 BF 0 A 4 16 144 F 4A
Octal 307 263 277 0 12 4 26 504 17 112
Binary 11000111 10110011 10111111 0 1010 100 10110 101000100 1111 1001010

Color Harmonies of #C7B3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B3BF

Black with #C7B3BF

Text Example


Text Example

White with #C7B3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B3BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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