#C2C1BE

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

Shades of Quill Grey #C2C1BE

Tints of Quill Grey #C2C1BE

Color information

#C2C1BE (or 0xC2C1BE) is unknown color: approx Quill Grey. HEX triplet: C2, C1 and BE. RGB value is (194,193,190). Sum of RGB (Red+Green+Blue) = 194+193+190=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 193 (75.78% from 255 or 33.45% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C1BE is #3D3E41. Grayscale: #C0C0C0. Windows color (decimal): -4013634 or 12501442. OLE color: 12501442.

HSL color Cylindrical-coordinate representation of color #C2C1BE: hue angle of 45º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C2C1BE is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194193190-
CMYK00.010.020.24
HSL45º3.17%75.29%-
HSV(B)45º2.06%76.08%-
XYZ50.6153.3356.34-
YUV192.96126.33128.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.62%
GREEN value IS 193 (75.78% from 255) = 33.45%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=33.62%
G=33.45%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419319000.010.020.24453.1775.29
HexC2C1BE012182d34b
Octal30230127601230553113
Binary110000101100000110111110011011000101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C1BE; }

 p { color: rgb(194,193,190); }

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

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

 a { background-color: rgb(194,193,190); }

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

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

 span { border-color: rgb(194,193,190); }

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