#CEC8AE

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

Shades of Parchment #CEC8AE

Tints of Parchment #CEC8AE

Color information

#CEC8AE (or 0xCEC8AE) is unknown color: approx Parchment. HEX triplet: CE, C8 and AE. RGB value is (206,200,174). Sum of RGB (Red+Green+Blue) = 206+200+174=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC8AE is #313751. Grayscale: #C6C6C6. Windows color (decimal): -3225426 or 11454670. OLE color: 11454670.

HSL color Cylindrical-coordinate representation of color #CEC8AE: hue angle of 48.75º 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 #CEC8AE is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB206200174-
CMYK00.030.160.19
HSL48.75º24.62%74.51%-
HSV(B)48.75º15.53%80.78%-
XYZ53.7557.4948.31-
YUV198.83113.99133.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.52%
GREEN value IS 200 (78.52% from 255) = 34.48%
BLUE value IS 174 (68.36% from 255) = 30%
R=35.52%
G=34.48%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620017400.030.160.1948.7524.6274.51
HexCEC8AE03101331194b
Octal3163102560320236131113
Binary1100111011001000101011100111000010011110001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8AE; }

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

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

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

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

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

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

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

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