#CEC5A9

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

Shades of Parchment #CEC5A9

Tints of Parchment #CEC5A9

Color information

#CEC5A9 (or 0xCEC5A9) is unknown color: approx Parchment. HEX triplet: CE, C5 and A9. RGB value is (206,197,169). Sum of RGB (Red+Green+Blue) = 206+197+169=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 169 (66.41% from 255 or 29.55% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC5A9 is #313A56. Grayscale: #C4C4C4. Windows color (decimal): -3226199 or 11126222. OLE color: 11126222.

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

Color convert

RGB206197169-
CMYK00.040.180.19
HSL45.41º27.41%73.53%-
HSV(B)45.41º17.96%80.78%-
XYZ52.5855.9245.56-
YUV196.5112.48134.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 197 (77.34% from 255) = 34.44%
BLUE value IS 169 (66.41% from 255) = 29.55%
R=36.01%
G=34.44%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619716900.040.180.1945.4127.4173.53
HexCEC5A90412132d1b4a
Octal3163052510422235533112
Binary11001110110001011010100101001001010011101101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC5A9; }

 p { color: rgb(206,197,169); }

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

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

 a { background-color: rgb(206,197,169); }

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

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

 span { border-color: rgb(206,197,169); }

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