#CEC9A8

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

Shades of Parchment #CEC9A8

Tints of Parchment #CEC9A8

Color information

#CEC9A8 (or 0xCEC9A8) is unknown color: approx Parchment. HEX triplet: CE, C9 and A8. RGB value is (206,201,168). Sum of RGB (Red+Green+Blue) = 206+201+168=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 168 (66.02% from 255 or 29.22% from 575); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC9A8 is #313657. Grayscale: #C6C6C6. Windows color (decimal): -3225176 or 11061710. OLE color: 11061710.

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

Color convert

RGB206201168-
CMYK00.020.180.19
HSL52.11º27.94%73.33%-
HSV(B)52.11º18.45%80.78%-
XYZ53.4157.7245.37-
YUV198.73110.66133.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.83%
GREEN value IS 201 (78.91% from 255) = 34.96%
BLUE value IS 168 (66.02% from 255) = 29.22%
R=35.83%
G=34.96%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620116800.020.180.1952.1127.9473.33
HexCEC9A8021213341c49
Octal3163112500222236434111
Binary1100111011001001101010000101001010011110100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9A8; }

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

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

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

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

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

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

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

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