Html Css Color HEX #C8C6BF Quill Grey

📋 copy color: '#C8C6BF'

red 200 ◦ green 198 ◦ blue 191

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

Shades of Quill Grey #C8C6BF

Tints of Quill Grey #C8C6BF

RGB

 RED value IS 200 (78.52% from 255) = 33.96%

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

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

R = 33.96%
G = 33.62%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C8C6BF (or 0xC8C6BF) is known color: Quill Grey. HEX triplet: C8, C6 and BF. RGB value is (200,198,191). Sum of RGB (Red+Green+Blue) = 200+198+191=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C6BF is #373940. Grayscale: #C5C5C5. Windows color (decimal): -3619137 or 12568264. OLE color: 12568264.

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

Color convert

RGB 200 198 191 -
CMYK 0 0.01 0.04 0.22
HSL 46.67º 0.08% 0.77% -
HSV(B) 46.67º 0.05% 0.78% -
XYZ 53.42 56.43 57.37 -
YUV 197.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 200 198 191 0 0.01 0.04 0.22 46.67 0.08 0.77
Hex C8 C6 BF 0 1 4 16 2F 8 4D
Octal 310 306 277 0 1 4 26 57 10 115
Binary 11001000 11000110 10111111 0 1 100 10110 101111 1000 1001101

Color Harmonies of #C8C6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C6BF

Black with #C8C6BF

Text Example


Text Example

White with #C8C6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C6BF; }

 p { color: rgb(200,198,191); }

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

background-color css

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

 a { background-color: rgb(200,198,191); }

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

border-color css

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

 span { border-color: rgb(200,198,191); }

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