#CEC4AB

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

Shades of Parchment #CEC4AB

Tints of Parchment #CEC4AB

Color information

#CEC4AB (or 0xCEC4AB) is unknown color: approx Parchment. HEX triplet: CE, C4 and AB. RGB value is (206,196,171). Sum of RGB (Red+Green+Blue) = 206+196+171=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC4AB is #313B54. Grayscale: #C4C4C4. Windows color (decimal): -3226453 or 11257038. OLE color: 11257038.

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

Color convert

RGB206196171-
CMYK00.050.170.19
HSL42.86º26.32%73.92%-
HSV(B)42.86º16.99%80.78%-
XYZ52.5455.5446.48-
YUV196.14113.81135.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 196 (76.95% from 255) = 34.21%
BLUE value IS 171 (67.19% from 255) = 29.84%
R=35.95%
G=34.21%
B=29.84%

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
Decimal20619617100.050.170.1942.8626.3273.92
HexCEC4AB0511132b1a4a
Octal3163042530521235332112
Binary11001110110001001010101101011000110011101011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC4AB; }

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

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

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

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

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

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

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

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