#CEC8AA

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

Shades of Parchment #CEC8AA

Tints of Parchment #CEC8AA

Color information

#CEC8AA (or 0xCEC8AA) is unknown color: approx Parchment. HEX triplet: CE, C8 and AA. RGB value is (206,200,170). Sum of RGB (Red+Green+Blue) = 206+200+170=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC8AA is #313755. Grayscale: #C6C6C6. Windows color (decimal): -3225430 or 11192526. OLE color: 11192526.

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

Color convert

RGB206200170-
CMYK00.030.170.19
HSL50º26.87%73.73%-
HSV(B)50º17.48%80.78%-
XYZ53.3657.3346.28-
YUV198.37111.99133.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.76%
GREEN value IS 200 (78.52% from 255) = 34.72%
BLUE value IS 170 (66.80% from 255) = 29.51%
R=35.76%
G=34.72%
B=29.51%

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
Decimal20620017000.030.170.195026.8773.73
HexCEC8AA031113321b4a
Octal3163102520321236233112
Binary1100111011001000101010100111000110011110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8AA; }

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

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

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

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

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

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

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

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