#CEC8B9

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

Shades of Parchment #CEC8B9

Tints of Parchment #CEC8B9

Color information

#CEC8B9 (or 0xCEC8B9) is unknown color: approx Parchment. HEX triplet: CE, C8 and B9. RGB value is (206,200,185). Sum of RGB (Red+Green+Blue) = 206+200+185=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8B9 is #313746. Grayscale: #C8C8C8. Windows color (decimal): -3225415 or 12175566. OLE color: 12175566.

HSL color Cylindrical-coordinate representation of color #CEC8B9: hue angle of 42.86º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC8B9 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206200185-
CMYK00.030.100.19
HSL42.86º17.65%76.67%-
HSV(B)42.86º10.19%80.78%-
XYZ54.8657.9354.19-
YUV200.08119.49132.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 200 (78.52% from 255) = 33.84%
BLUE value IS 185 (72.66% from 255) = 31.30%
R=34.86%
G=33.84%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620018500.030.100.1942.8617.6576.67
HexCEC8B903A132b124d
Octal3163102710312235322115
Binary110011101100100010111001011101010011101011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8B9; }

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

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

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

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

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

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

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

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