#CEC7A8

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

Shades of Parchment #CEC7A8

Tints of Parchment #CEC7A8

Color information

#CEC7A8 (or 0xCEC7A8) is unknown color: approx Parchment. HEX triplet: CE, C7 and A8. RGB value is (206,199,168). Sum of RGB (Red+Green+Blue) = 206+199+168=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC7A8 is #313857. Grayscale: #C5C5C5. Windows color (decimal): -3225688 or 11061198. OLE color: 11061198.

HSL color Cylindrical-coordinate representation of color #CEC7A8: hue angle of 48.95º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEC7A8 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB206199168-
CMYK00.030.180.19
HSL48.95º27.94%73.33%-
HSV(B)48.95º18.45%80.78%-
XYZ52.9456.845.22-
YUV197.56111.32134.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 199 (78.12% from 255) = 34.73%
BLUE value IS 168 (66.02% from 255) = 29.32%
R=35.95%
G=34.73%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619916800.030.180.1948.9527.9473.33
HexCEC7A8031213311c49
Octal3163072500322236134111
Binary1100111011000111101010000111001010011110001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC7A8; }

 p { color: rgb(206,199,168); }

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

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

 a { background-color: rgb(206,199,168); }

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

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

 span { border-color: rgb(206,199,168); }

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