#CEC9AC

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

Shades of Parchment #CEC9AC

Tints of Parchment #CEC9AC

Color information

#CEC9AC (or 0xCEC9AC) is unknown color: approx Parchment. HEX triplet: CE, C9 and AC. RGB value is (206,201,172). Sum of RGB (Red+Green+Blue) = 206+201+172=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC9AC is #313653. Grayscale: #C7C7C7. Windows color (decimal): -3225172 or 11323854. OLE color: 11323854.

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

Color convert

RGB206201172-
CMYK00.020.170.19
HSL51.18º25.76%74.12%-
HSV(B)51.18º16.5%80.78%-
XYZ53.7957.8747.37-
YUV199.19112.66132.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 201 (78.91% from 255) = 34.72%
BLUE value IS 172 (67.58% from 255) = 29.71%
R=35.58%
G=34.72%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620117200.020.170.1951.1825.7674.12
HexCEC9AC021113331a4a
Octal3163112540221236332112
Binary1100111011001001101011000101000110011110011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9AC; }

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

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

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

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

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

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

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

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