#CEC9A7

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

Shades of Parchment #CEC9A7

Tints of Parchment #CEC9A7

Color information

#CEC9A7 (or 0xCEC9A7) is unknown color: approx Parchment. HEX triplet: CE, C9 and A7. RGB value is (206,201,167). Sum of RGB (Red+Green+Blue) = 206+201+167=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 167 (65.62% from 255 or 29.09% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC9A7 is #313658. Grayscale: #C6C6C6. Windows color (decimal): -3225177 or 10996174. OLE color: 10996174.

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

Color convert

RGB206201167-
CMYK00.020.190.19
HSL52.31º28.47%73.14%-
HSV(B)52.31º18.93%80.78%-
XYZ53.3257.6944.88-
YUV198.62110.16133.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.89%
GREEN value IS 201 (78.91% from 255) = 35.02%
BLUE value IS 167 (65.62% from 255) = 29.09%
R=35.89%
G=35.02%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620116700.020.190.1952.3128.4773.14
HexCEC9A7021313341c49
Octal3163112470223236434111
Binary1100111011001001101001110101001110011110100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9A7; }

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

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

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

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

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

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

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

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