#C5C3BE

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

Shades of Quill Grey #C5C3BE

Tints of Quill Grey #C5C3BE

Color information

#C5C3BE (or 0xC5C3BE) is unknown color: approx Quill Grey. HEX triplet: C5, C3 and BE. RGB value is (197,195,190). Sum of RGB (Red+Green+Blue) = 197+195+190=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C3BE is #3A3C41. Grayscale: #C3C3C3. Windows color (decimal): -3816514 or 12501957. OLE color: 12501957.

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

Color convert

RGB197195190-
CMYK00.010.040.23
HSL42.86º5.69%75.88%-
HSV(B)42.86º3.55%77.25%-
XYZ51.8454.6256.53-
YUV195.03125.16129.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.85%
GREEN value IS 195 (76.56% from 255) = 33.51%
BLUE value IS 190 (74.61% from 255) = 32.65%
R=33.85%
G=33.51%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719519000.010.040.2342.865.6975.88
HexC5C3BE014172b64c
Octal30530327601427536114
Binary11000101110000111011111001100101111010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C3BE; }

 p { color: rgb(197,195,190); }

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

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

 a { background-color: rgb(197,195,190); }

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

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

 span { border-color: rgb(197,195,190); }

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