#CEC5AA

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

Shades of Parchment #CEC5AA

Tints of Parchment #CEC5AA

Color information

#CEC5AA (or 0xCEC5AA) is unknown color: approx Parchment. HEX triplet: CE, C5 and AA. RGB value is (206,197,170). Sum of RGB (Red+Green+Blue) = 206+197+170=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC5AA is #313A55. Grayscale: #C4C4C4. Windows color (decimal): -3226198 or 11191758. OLE color: 11191758.

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

Color convert

RGB206197170-
CMYK00.040.170.19
HSL45º26.87%73.73%-
HSV(B)45º17.48%80.78%-
XYZ52.6855.9646.05-
YUV196.61112.98134.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 197 (77.34% from 255) = 34.38%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=35.95%
G=34.38%
B=29.67%

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
Decimal20619717000.040.170.194526.8773.73
HexCEC5AA0411132d1b4a
Octal3163052520421235533112
Binary11001110110001011010101001001000110011101101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC5AA; }

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

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

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

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

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

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

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

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