#CEC6A9

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

Shades of Parchment #CEC6A9

Tints of Parchment #CEC6A9

Color information

#CEC6A9 (or 0xCEC6A9) is unknown color: approx Parchment. HEX triplet: CE, C6 and A9. RGB value is (206,198,169). Sum of RGB (Red+Green+Blue) = 206+198+169=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC6A9 is #313956. Grayscale: #C5C5C5. Windows color (decimal): -3225943 or 11126478. OLE color: 11126478.

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

Color convert

RGB206198169-
CMYK00.040.180.19
HSL47.03º27.41%73.53%-
HSV(B)47.03º17.96%80.78%-
XYZ52.8156.3745.63-
YUV197.09112.15134.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 169 (66.41% from 255) = 29.49%
R=35.95%
G=34.55%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619816900.040.180.1947.0327.4173.53
HexCEC6A90412132f1b4a
Octal3163062510422235733112
Binary11001110110001101010100101001001010011101111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC6A9; }

 p { color: rgb(206,198,169); }

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

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

 a { background-color: rgb(206,198,169); }

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

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

 span { border-color: rgb(206,198,169); }

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