Html Css Color HEX #C7B0BF Maverick

📋 copy color: '#C7B0BF'

red 199 ◦ green 176 ◦ blue 191

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

Shades of Maverick #C7B0BF

Tints of Maverick #C7B0BF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.1%

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

R = 35.16%
G = 31.1%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C7B0BF (or 0xC7B0BF) is known color: Maverick. HEX triplet: C7, B0 and BF. RGB value is (199,176,191). Sum of RGB (Red+Green+Blue) = 199+176+191=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B0BF is #384F40. Grayscale: #B8B8B8. Windows color (decimal): -3690305 or 12562631. OLE color: 12562631.

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

Color convert

RGB 199 176 191 -
CMYK 0 0.12 0.04 0.22
HSL 320.87º 0.17% 0.74% -
HSV(B) 320.87º 0.12% 0.78% -
XYZ 48.48 46.95 55.8 -
YUV 184.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 199 176 191 0 0.12 0.04 0.22 320.87 0.17 0.74
Hex C7 B0 BF 0 C 4 16 141 11 4A
Octal 307 260 277 0 14 4 26 501 21 112
Binary 11000111 10110000 10111111 0 1100 100 10110 101000001 10001 1001010

Color Harmonies of #C7B0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B0BF

Black with #C7B0BF

Text Example


Text Example

White with #C7B0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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