#CEC4AA

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

Shades of Parchment #CEC4AA

Tints of Parchment #CEC4AA

Color information

#CEC4AA (or 0xCEC4AA) is unknown color: approx Parchment. HEX triplet: CE, C4 and AA. RGB value is (206,196,170). Sum of RGB (Red+Green+Blue) = 206+196+170=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC4AA is #313B55. Grayscale: #C4C4C4. Windows color (decimal): -3226454 or 11191502. OLE color: 11191502.

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

Color convert

RGB206196170-
CMYK00.050.170.19
HSL43.33º26.87%73.73%-
HSV(B)43.33º17.48%80.78%-
XYZ52.4555.545.98-
YUV196.03113.31135.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 196 (76.95% from 255) = 34.27%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=36.01%
G=34.27%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619617000.050.170.1943.3326.8773.73
HexCEC4AA0511132b1b4a
Octal3163042520521235333112
Binary11001110110001001010101001011000110011101011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC4AA; }

 p { color: rgb(206,196,170); }

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

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

 a { background-color: rgb(206,196,170); }

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

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

 span { border-color: rgb(206,196,170); }

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