Html Css Color HEX #C7C5BF Quill Grey

📋 copy color: '#C7C5BF'

red 199 ◦ green 197 ◦ blue 191

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

Shades of Quill Grey #C7C5BF

Tints of Quill Grey #C7C5BF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.56%

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

R = 33.9%
G = 33.56%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C7C5BF (or 0xC7C5BF) is known color: Quill Grey. HEX triplet: C7, C5 and BF. RGB value is (199,197,191). Sum of RGB (Red+Green+Blue) = 199+197+191=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C5BF is #383A40. Grayscale: #C4C4C4. Windows color (decimal): -3684929 or 12568007. OLE color: 12568007.

HSL color Cylindrical-coordinate representation of color #C7C5BF: hue angle of 45º 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 #C7C5BF is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 197 191 -
CMYK 0 0.01 0.04 0.22
HSL 45º 0.07% 0.76% -
HSV(B) 45º 0.04% 0.78% -
XYZ 52.92 55.84 57.28 -
YUV 196.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 199 197 191 0 0.01 0.04 0.22 45 0.07 0.76
Hex C7 C5 BF 0 1 4 16 2D 7 4C
Octal 307 305 277 0 1 4 26 55 7 114
Binary 11000111 11000101 10111111 0 1 100 10110 101101 111 1001100

Color Harmonies of #C7C5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C5BF

Black with #C7C5BF

Text Example


Text Example

White with #C7C5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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