#CEC6AA

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

Shades of Parchment #CEC6AA

Tints of Parchment #CEC6AA

Color information

#CEC6AA (or 0xCEC6AA) is unknown color: approx Parchment. HEX triplet: CE, C6 and AA. RGB value is (206,198,170). Sum of RGB (Red+Green+Blue) = 206+198+170=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC6AA is #313955. Grayscale: #C5C5C5. Windows color (decimal): -3225942 or 11192014. OLE color: 11192014.

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

Color convert

RGB206198170-
CMYK00.040.170.19
HSL46.67º26.87%73.73%-
HSV(B)46.67º17.48%80.78%-
XYZ52.956.4146.13-
YUV197.2112.65134.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.89%
GREEN value IS 198 (77.73% from 255) = 34.49%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=35.89%
G=34.49%
B=29.62%

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
Decimal20619817000.040.170.1946.6726.8773.73
HexCEC6AA0411132f1b4a
Octal3163062520421235733112
Binary11001110110001101010101001001000110011101111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC6AA; }

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

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

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

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

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

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

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

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