#CEC9AE

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

Shades of Parchment #CEC9AE

Tints of Parchment #CEC9AE

Color information

#CEC9AE (or 0xCEC9AE) is unknown color: approx Parchment. HEX triplet: CE, C9 and AE. RGB value is (206,201,174). Sum of RGB (Red+Green+Blue) = 206+201+174=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC9AE is #313651. Grayscale: #C7C7C7. Windows color (decimal): -3225170 or 11454926. OLE color: 11454926.

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

Color convert

RGB206201174-
CMYK00.020.160.19
HSL50.62º24.62%74.51%-
HSV(B)50.62º15.53%80.78%-
XYZ53.9857.9548.39-
YUV199.42113.66132.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 201 (78.91% from 255) = 34.60%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=35.46%
G=34.60%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620117400.020.160.1950.6224.6274.51
HexCEC9AE02101333194b
Octal3163112560220236331113
Binary1100111011001001101011100101000010011110011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9AE; }

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

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

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

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

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

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

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

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