Html Css Color HEX #C9C7BF Quill Grey

📋 copy color: '#C9C7BF'

red 201 ◦ green 199 ◦ blue 191

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

Shades of Quill Grey #C9C7BF

Tints of Quill Grey #C9C7BF

RGB

 RED value IS 201 (78.91% from 255) = 34.01%

 GREEN value IS 199 (78.13% from 255) = 33.67%

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

R = 34.01%
G = 33.67%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C9C7BF (or 0xC9C7BF) is known color: Quill Grey. HEX triplet: C9, C7 and BF. RGB value is (201,199,191). Sum of RGB (Red+Green+Blue) = 201+199+191=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C7BF is #363840. Grayscale: #C6C6C6. Windows color (decimal): -3553345 or 12568521. OLE color: 12568521.

HSL color Cylindrical-coordinate representation of color #C9C7BF: hue angle of 48º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9C7BF is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 199 191 -
CMYK 0 0.01 0.05 0.21
HSL 48º 0.08% 0.77% -
HSV(B) 48º 0.05% 0.79% -
XYZ 53.91 57.03 57.46 -
YUV 198.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 201 199 191 0 0.01 0.05 0.21 48 0.08 0.77
Hex C9 C7 BF 0 1 5 15 30 8 4D
Octal 311 307 277 0 1 5 25 60 10 115
Binary 11001001 11000111 10111111 0 1 101 10101 110000 1000 1001101

Color Harmonies of #C9C7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C7BF

Black with #C9C7BF

Text Example


Text Example

White with #C9C7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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