Html Css Color HEX #C9C7BD Quill Grey

📋 copy color: '#C9C7BD'

red 201 ◦ green 199 ◦ blue 189

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

Shades of Quill Grey #C9C7BD

Tints of Quill Grey #C9C7BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.09%

R = 34.13%
G = 33.79%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C9C7BD (or 0xC9C7BD) is known color: Quill Grey. HEX triplet: C9, C7 and BD. RGB value is (201,199,189). Sum of RGB (Red+Green+Blue) = 201+199+189=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C7BD is #363842. Grayscale: #C6C6C6. Windows color (decimal): -3553347 or 12437449. OLE color: 12437449.

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

Color convert

RGB 201 199 189 -
CMYK 0 0.01 0.06 0.21
HSL 50º 0.1% 0.76% -
HSV(B) 50º 0.06% 0.79% -
XYZ 53.7 56.94 56.3 -
YUV 198.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 201 199 189 0 0.01 0.06 0.21 50 0.1 0.76
Hex C9 C7 BD 0 1 6 15 32 A 4C
Octal 311 307 275 0 1 6 25 62 12 114
Binary 11001001 11000111 10111101 0 1 110 10101 110010 1010 1001100

Color Harmonies of #C9C7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C7BD

Black with #C9C7BD

Text Example


Text Example

White with #C9C7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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