#CEC8BA

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

Shades of Parchment #CEC8BA

Tints of Parchment #CEC8BA

Color information

#CEC8BA (or 0xCEC8BA) is unknown color: approx Parchment. HEX triplet: CE, C8 and BA. RGB value is (206,200,186). Sum of RGB (Red+Green+Blue) = 206+200+186=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8BA is #313745. Grayscale: #C8C8C8. Windows color (decimal): -3225414 or 12241102. OLE color: 12241102.

HSL color Cylindrical-coordinate representation of color #CEC8BA: hue angle of 42º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC8BA is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206200186-
CMYK00.030.100.19
HSL42º16.95%76.86%-
HSV(B)42º9.71%80.78%-
XYZ54.9757.9854.75-
YUV200.2119.99132.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.80%
GREEN value IS 200 (78.52% from 255) = 33.78%
BLUE value IS 186 (73.05% from 255) = 31.42%
R=34.80%
G=33.78%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620018600.030.100.194216.9576.86
HexCEC8BA03A132a114d
Octal3163102720312235221115
Binary110011101100100010111010011101010011101010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8BA; }

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

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

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

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

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

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

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

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