Html Css Color HEX #C7C6BE Quill Grey

📋 copy color: '#C7C6BE'

red 199 ◦ green 198 ◦ blue 190

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

Shades of Quill Grey #C7C6BE

Tints of Quill Grey #C7C6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.73%

 BLUE value IS 190 (74.61% from 255) = 32.37%

R = 33.9%
G = 33.73%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C7C6BE (or 0xC7C6BE) is known color: Quill Grey. HEX triplet: C7, C6 and BE. RGB value is (199,198,190). Sum of RGB (Red+Green+Blue) = 199+198+190=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C6BE is #383941. Grayscale: #C5C5C5. Windows color (decimal): -3684674 or 12502727. OLE color: 12502727.

HSL color Cylindrical-coordinate representation of color #C7C6BE: hue angle of 53.33º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C7C6BE is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 198 190 -
CMYK 0 0.01 0.05 0.22
HSL 53.33º 0.07% 0.76% -
HSV(B) 53.33º 0.05% 0.78% -
XYZ 53.04 56.25 56.78 -
YUV 197.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 199 198 190 0 0.01 0.05 0.22 53.33 0.07 0.76
Hex C7 C6 BE 0 1 5 16 35 7 4C
Octal 307 306 276 0 1 5 26 65 7 114
Binary 11000111 11000110 10111110 0 1 101 10110 110101 111 1001100

Color Harmonies of #C7C6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C6BE

Black with #C7C6BE

Text Example


Text Example

White with #C7C6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C6BE; }

 p { color: rgb(199,198,190); }

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

background-color css

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

 a { background-color: rgb(199,198,190); }

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

border-color css

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

 span { border-color: rgb(199,198,190); }

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