#CEC8A7

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

Shades of Parchment #CEC8A7

Tints of Parchment #CEC8A7

Color information

#CEC8A7 (or 0xCEC8A7) is unknown color: approx Parchment. HEX triplet: CE, C8 and A7. RGB value is (206,200,167). Sum of RGB (Red+Green+Blue) = 206+200+167=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 167 (65.62% from 255 or 29.14% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC8A7 is #313758. Grayscale: #C6C6C6. Windows color (decimal): -3225433 or 10995918. OLE color: 10995918.

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

Color convert

RGB206200167-
CMYK00.030.190.19
HSL50.77º28.47%73.14%-
HSV(B)50.77º18.93%80.78%-
XYZ53.0857.2244.81-
YUV198.03110.49133.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 167 (65.62% from 255) = 29.14%
R=35.95%
G=34.90%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620016700.030.190.1950.7728.4773.14
HexCEC8A7031313331c49
Octal3163102470323236334111
Binary1100111011001000101001110111001110011110011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8A7; }

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

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

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

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

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

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

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

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