#CEC9BA

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

Shades of Quill Grey #CEC9BA

Tints of Quill Grey #CEC9BA

Color information

#CEC9BA (or 0xCEC9BA) is unknown color: approx Quill Grey. HEX triplet: CE, C9 and BA. RGB value is (206,201,186). Sum of RGB (Red+Green+Blue) = 206+201+186=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9BA is #313645. Grayscale: #C8C8C8. Windows color (decimal): -3225158 or 12241358. OLE color: 12241358.

HSL color Cylindrical-coordinate representation of color #CEC9BA: hue angle of 45º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC9BA is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206201186-
CMYK00.020.100.19
HSL45º16.95%76.86%-
HSV(B)45º9.71%80.78%-
XYZ55.258.4454.82-
YUV200.78119.66131.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.74%
GREEN value IS 201 (78.91% from 255) = 33.90%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=34.74%
G=33.90%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620118600.020.100.194516.9576.86
HexCEC9BA02A132d114d
Octal3163112720212235521115
Binary110011101100100110111010010101010011101101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9BA; }

 p { color: rgb(206,201,186); }

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

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

 a { background-color: rgb(206,201,186); }

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

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

 span { border-color: rgb(206,201,186); }

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