#CEC8A6

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

Shades of Parchment #CEC8A6

Tints of Parchment #CEC8A6

Color information

#CEC8A6 (or 0xCEC8A6) is unknown color: approx Parchment. HEX triplet: CE, C8 and A6. RGB value is (206,200,166). Sum of RGB (Red+Green+Blue) = 206+200+166=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC8A6 is #313759. Grayscale: #C6C6C6. Windows color (decimal): -3225434 or 10930382. OLE color: 10930382.

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

Color convert

RGB206200166-
CMYK00.030.190.19
HSL51º28.99%72.94%-
HSV(B)51º19.42%80.78%-
XYZ52.9957.1844.32-
YUV197.92109.99133.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 200 (78.52% from 255) = 34.97%
BLUE value IS 166 (65.23% from 255) = 29.02%
R=36.01%
G=34.97%
B=29.02%

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
Decimal20620016600.030.190.195128.9972.94
HexCEC8A6031313331d49
Octal3163102460323236335111
Binary1100111011001000101001100111001110011110011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8A6; }

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

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

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

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

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

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

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

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