#C8C6BD

Color #C8C6BD Quill Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quill Grey #C8C6BD

Tints of Quill Grey #C8C6BD

Color information

#C8C6BD (or 0xC8C6BD) is unknown color: approx Quill Grey. HEX triplet: C8, C6 and BD. RGB value is (200,198,189). Sum of RGB (Red+Green+Blue) = 200+198+189=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C6BD is #373942. Grayscale: #C5C5C5. Windows color (decimal): -3619139 or 12437192. OLE color: 12437192.

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

Color convert

RGB200198189-
CMYK00.010.060.22
HSL49.09º9.09%76.27%-
HSV(B)49.09º5.5%78.43%-
XYZ53.256.3456.22-
YUV197.57123.16129.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.07%
GREEN value IS 198 (77.73% from 255) = 33.73%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=34.07%
G=33.73%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019818900.010.060.2249.099.0976.27
HexC8C6BD016163194c
Octal310306275016266111114
Binary110010001100011010111101011101011011000110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C6BD; }

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

 H1.HeaderClassName
 {
   color: #C8C6BD;
 }
 .AnyTagClassName
 {
   color: #C8C6BD;
 }
</style>
background-color css

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

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

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

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

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

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