Html Css Color HEX #C9C5BC Quill Grey

📋 copy color: '#C9C5BC'

red 201 ◦ green 197 ◦ blue 188

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

Shades of Quill Grey #C9C5BC

Tints of Quill Grey #C9C5BC

RGB

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

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

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

R = 34.3%
G = 33.62%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C9C5BC (or 0xC9C5BC) is known color: Quill Grey. HEX triplet: C9, C5 and BC. RGB value is (201,197,188). Sum of RGB (Red+Green+Blue) = 201+197+188=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C5BC is #363A43. Grayscale: #C5C5C5. Windows color (decimal): -3553860 or 12371401. OLE color: 12371401.

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

Color convert

RGB 201 197 188 -
CMYK 0 0.02 0.06 0.21
HSL 41.54º 0.11% 0.76% -
HSV(B) 41.54º 0.06% 0.79% -
XYZ 53.13 55.98 55.58 -
YUV 197.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 201 197 188 0 0.02 0.06 0.21 41.54 0.11 0.76
Hex C9 C5 BC 0 2 6 15 2A B 4C
Octal 311 305 274 0 2 6 25 52 13 114
Binary 11001001 11000101 10111100 0 10 110 10101 101010 1011 1001100

Color Harmonies of #C9C5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C5BC

Black with #C9C5BC

Text Example


Text Example

White with #C9C5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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