#CEC8AB

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

Shades of Parchment #CEC8AB

Tints of Parchment #CEC8AB

Color information

#CEC8AB (or 0xCEC8AB) is unknown color: approx Parchment. HEX triplet: CE, C8 and AB. RGB value is (206,200,171). Sum of RGB (Red+Green+Blue) = 206+200+171=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC8AB is #313754. Grayscale: #C6C6C6. Windows color (decimal): -3225429 or 11258062. OLE color: 11258062.

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

Color convert

RGB206200171-
CMYK00.030.170.19
HSL49.71º26.32%73.92%-
HSV(B)49.71º16.99%80.78%-
XYZ53.4657.3746.78-
YUV198.49112.49133.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 200 (78.52% from 255) = 34.66%
BLUE value IS 171 (67.19% from 255) = 29.64%
R=35.70%
G=34.66%
B=29.64%

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
Decimal20620017100.030.170.1949.7126.3273.92
HexCEC8AB031113321a4a
Octal3163102530321236232112
Binary1100111011001000101010110111000110011110010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8AB; }

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

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

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

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

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

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

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

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