#CEC8A9

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

Shades of Parchment #CEC8A9

Tints of Parchment #CEC8A9

Color information

#CEC8A9 (or 0xCEC8A9) is unknown color: approx Parchment. HEX triplet: CE, C8 and A9. RGB value is (206,200,169). Sum of RGB (Red+Green+Blue) = 206+200+169=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 169 (66.41% from 255 or 29.39% from 575); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC8A9 is #313756. Grayscale: #C6C6C6. Windows color (decimal): -3225431 or 11126990. OLE color: 11126990.

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

Color convert

RGB206200169-
CMYK00.030.180.19
HSL50.27º27.41%73.53%-
HSV(B)50.27º17.96%80.78%-
XYZ53.2757.2945.79-
YUV198.26111.49133.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.83%
GREEN value IS 200 (78.52% from 255) = 34.78%
BLUE value IS 169 (66.41% from 255) = 29.39%
R=35.83%
G=34.78%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620016900.030.180.1950.2727.4173.53
HexCEC8A9031213321b4a
Octal3163102510322236233112
Binary1100111011001000101010010111001010011110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8A9; }

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

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

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

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

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

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

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

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