#CEC7A9

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

Shades of Parchment #CEC7A9

Tints of Parchment #CEC7A9

Color information

#CEC7A9 (or 0xCEC7A9) is unknown color: approx Parchment. HEX triplet: CE, C7 and A9. RGB value is (206,199,169). Sum of RGB (Red+Green+Blue) = 206+199+169=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 169 (66.41% from 255 or 29.44% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC7A9 is #313856. Grayscale: #C5C5C5. Windows color (decimal): -3225687 or 11126734. OLE color: 11126734.

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

Color convert

RGB206199169-
CMYK00.030.180.19
HSL48.65º27.41%73.53%-
HSV(B)48.65º17.96%80.78%-
XYZ53.0456.8345.71-
YUV197.67111.82133.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.89%
GREEN value IS 199 (78.12% from 255) = 34.67%
BLUE value IS 169 (66.41% from 255) = 29.44%
R=35.89%
G=34.67%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619916900.030.180.1948.6527.4173.53
HexCEC7A9031213311b4a
Octal3163072510322236133112
Binary1100111011000111101010010111001010011110001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC7A9; }

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

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

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

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

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

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

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

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