#CEC7AC

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

Shades of Parchment #CEC7AC

Tints of Parchment #CEC7AC

Color information

#CEC7AC (or 0xCEC7AC) is unknown color: approx Parchment. HEX triplet: CE, C7 and AC. RGB value is (206,199,172). Sum of RGB (Red+Green+Blue) = 206+199+172=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC7AC is #313853. Grayscale: #C6C6C6. Windows color (decimal): -3225684 or 11323342. OLE color: 11323342.

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

Color convert

RGB206199172-
CMYK00.030.170.19
HSL47.65º25.76%74.12%-
HSV(B)47.65º16.5%80.78%-
XYZ53.3256.9547.21-
YUV198.02113.32133.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 199 (78.12% from 255) = 34.49%
BLUE value IS 172 (67.58% from 255) = 29.81%
R=35.70%
G=34.49%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619917200.030.170.1947.6525.7674.12
HexCEC7AC031113301a4a
Octal3163072540321236032112
Binary1100111011000111101011000111000110011110000110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC7AC; }

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

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

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

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

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

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

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

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