#C4C2BD

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

Shades of Quill Grey #C4C2BD

Tints of Quill Grey #C4C2BD

Color information

#C4C2BD (or 0xC4C2BD) is unknown color: approx Quill Grey. HEX triplet: C4, C2 and BD. RGB value is (196,194,189). Sum of RGB (Red+Green+Blue) = 196+194+189=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C2BD is #3B3D42. Grayscale: #C2C2C2. Windows color (decimal): -3882307 or 12436164. OLE color: 12436164.

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

Color convert

RGB196194189-
CMYK00.010.040.23
HSL42.86º5.6%75.49%-
HSV(B)42.86º3.57%76.86%-
XYZ51.2453.9955.87-
YUV194.03125.16129.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.85%
GREEN value IS 194 (76.17% from 255) = 33.51%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=33.85%
G=33.51%
B=32.64%

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
Decimal19619418900.010.040.2342.865.675.49
HexC4C2BD014172b64b
Octal30430227501427536113
Binary11000100110000101011110101100101111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C2BD; }

 p { color: rgb(196,194,189); }

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

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

 a { background-color: rgb(196,194,189); }

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

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

 span { border-color: rgb(196,194,189); }

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