#CEC6B4

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

Shades of Parchment #CEC6B4

Tints of Parchment #CEC6B4

Color information

#CEC6B4 (or 0xCEC6B4) is unknown color: approx Parchment. HEX triplet: CE, C6 and B4. RGB value is (206,198,180). Sum of RGB (Red+Green+Blue) = 206+198+180=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6B4 is #31394B. Grayscale: #C6C6C6. Windows color (decimal): -3225932 or 11847374. OLE color: 11847374.

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

Color convert

RGB206198180-
CMYK00.040.130.19
HSL41.54º20.97%75.69%-
HSV(B)41.54º12.62%80.78%-
XYZ53.8956.8151.3-
YUV198.34117.65133.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.27%
GREEN value IS 198 (77.73% from 255) = 33.90%
BLUE value IS 180 (70.70% from 255) = 30.82%
R=35.27%
G=33.90%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619818000.040.130.1941.5420.9775.69
HexCEC6B404D132a154c
Octal3163062640415235225114
Binary1100111011000110101101000100110110011101010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC6B4; }

 p { color: rgb(206,198,180); }

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

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

 a { background-color: rgb(206,198,180); }

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

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

 span { border-color: rgb(206,198,180); }

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