#CEC7B8

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

Shades of Parchment #CEC7B8

Tints of Parchment #CEC7B8

Color information

#CEC7B8 (or 0xCEC7B8) is unknown color: approx Parchment. HEX triplet: CE, C7 and B8. RGB value is (206,199,184). Sum of RGB (Red+Green+Blue) = 206+199+184=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7B8 is #313847. Grayscale: #C7C7C7. Windows color (decimal): -3225672 or 12109774. OLE color: 12109774.

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

Color convert

RGB206199184-
CMYK00.030.110.19
HSL40.91º18.33%76.47%-
HSV(B)40.91º10.68%80.78%-
XYZ54.5357.4353.56-
YUV199.38119.32132.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 199 (78.12% from 255) = 33.79%
BLUE value IS 184 (72.27% from 255) = 31.24%
R=34.97%
G=33.79%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619918400.030.110.1940.9118.3376.47
HexCEC7B803B1329124c
Octal3163072700313235122114
Binary110011101100011110111000011101110011101001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC7B8; }

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

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

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

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

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

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

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

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