#cec8b8

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

Shades of Parchment #CEC8B8

Tints of Parchment #CEC8B8

Color information

#CEC8B8 (or 0xCEC8B8) is unknown color: approx Parchment. HEX triplet: CE, C8 and B8. RGB value is (206,200,184). Sum of RGB (Red+Green+Blue) = 206+200+184=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 184 (72.27% from 255 or 31.19% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8B8 is #313747. Grayscale: #C8C8C8. Windows color (decimal): -3225416 or 12110030. OLE color: 12110030.

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

Color convert

RGB206200184-
CMYK00.030.110.19
HSL43.64º18.33%76.47%-
HSV(B)43.64º10.68%80.78%-
XYZ54.7657.8953.64-
YUV199.97118.99132.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.92%
GREEN value IS 200 (78.52% from 255) = 33.90%
BLUE value IS 184 (72.27% from 255) = 31.19%
R=34.92%
G=33.90%
B=31.19%

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
Decimal20620018400.030.110.1943.6418.3376.47
HexCEC8B803B132c124c
Octal3163102700313235422114
Binary110011101100100010111000011101110011101100100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cec8b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cec8b8; }

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

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

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

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

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

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

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

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