#CDC9BE

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

Shades of Quill Grey #CDC9BE

Tints of Quill Grey #CDC9BE

Color information

#CDC9BE (or 0xCDC9BE) is unknown color: approx Quill Grey. HEX triplet: CD, C9 and BE. RGB value is (205,201,190). Sum of RGB (Red+Green+Blue) = 205+201+190=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9BE is #323641. Grayscale: #C8C8C8. Windows color (decimal): -3290690 or 12503501. OLE color: 12503501.

HSL color Cylindrical-coordinate representation of color #CDC9BE: hue angle of 44º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDC9BE is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB205201190-
CMYK00.020.070.20
HSL44º13.04%77.45%-
HSV(B)44º7.32%80.39%-
XYZ55.3658.4757.08-
YUV200.94121.83130.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 201 (78.91% from 255) = 33.72%
BLUE value IS 190 (74.61% from 255) = 31.88%
R=34.40%
G=33.72%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520119000.020.070.204413.0477.45
HexCDC9BE027142cd4d
Octal315311276027245415115
Binary1100110111001001101111100101111010010110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9BE; }

 p { color: rgb(205,201,190); }

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

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

 a { background-color: rgb(205,201,190); }

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

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

 span { border-color: rgb(205,201,190); }

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