#CEC5AC

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

Shades of Parchment #CEC5AC

Tints of Parchment #CEC5AC

Color information

#CEC5AC (or 0xCEC5AC) is unknown color: approx Parchment. HEX triplet: CE, C5 and AC. RGB value is (206,197,172). Sum of RGB (Red+Green+Blue) = 206+197+172=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC5AC is #313A53. Grayscale: #C4C4C4. Windows color (decimal): -3226196 or 11322830. OLE color: 11322830.

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

Color convert

RGB206197172-
CMYK00.040.170.19
HSL44.12º25.76%74.12%-
HSV(B)44.12º16.5%80.78%-
XYZ52.8756.0347.06-
YUV196.84113.98134.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.83%
GREEN value IS 197 (77.34% from 255) = 34.26%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=35.83%
G=34.26%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619717200.040.170.1944.1225.7674.12
HexCEC5AC0411132c1a4a
Octal3163052540421235432112
Binary11001110110001011010110001001000110011101100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC5AC; }

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

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

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

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

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

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

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

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