Html Css Color HEX #C9C6BC Quill Grey

📋 copy color: '#C9C6BC'

red 201 ◦ green 198 ◦ blue 188

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

Shades of Quill Grey #C9C6BC

Tints of Quill Grey #C9C6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.03%

R = 34.24%
G = 33.73%
B = 32.03%

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

#C9C6BC (or 0xC9C6BC) is known color: Quill Grey. HEX triplet: C9, C6 and BC. RGB value is (201,198,188). Sum of RGB (Red+Green+Blue) = 201+198+188=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C6BC is #363943. Grayscale: #C5C5C5. Windows color (decimal): -3553604 or 12371657. OLE color: 12371657.

HSL color Cylindrical-coordinate representation of color #C9C6BC: hue angle of 46.15º degrees, saturation: 0.11, 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 #C9C6BC is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 198 188 -
CMYK 0 0.01 0.06 0.21
HSL 46.15º 0.11% 0.76% -
HSV(B) 46.15º 0.06% 0.79% -
XYZ 53.36 56.44 55.66 -
YUV 197.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 201 198 188 0 0.01 0.06 0.21 46.15 0.11 0.76
Hex C9 C6 BC 0 1 6 15 2E B 4C
Octal 311 306 274 0 1 6 25 56 13 114
Binary 11001001 11000110 10111100 0 1 110 10101 101110 1011 1001100

Color Harmonies of #C9C6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C6BC

Black with #C9C6BC

Text Example


Text Example

White with #C9C6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C6BC; }

 p { color: rgb(201,198,188); }

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

background-color css

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

 a { background-color: rgb(201,198,188); }

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

border-color css

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

 span { border-color: rgb(201,198,188); }

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