#CEC7B0

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

Shades of Parchment #CEC7B0

Tints of Parchment #CEC7B0

Color information

#CEC7B0 (or 0xCEC7B0) is unknown color: approx Parchment. HEX triplet: CE, C7 and B0. RGB value is (206,199,176). Sum of RGB (Red+Green+Blue) = 206+199+176=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC7B0 is #31384F. Grayscale: #C6C6C6. Windows color (decimal): -3225680 or 11585486. OLE color: 11585486.

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

Color convert

RGB206199176-
CMYK00.030.150.19
HSL46º23.44%74.9%-
HSV(B)46º14.56%80.78%-
XYZ53.7157.149.27-
YUV198.47115.32133.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 199 (78.12% from 255) = 34.25%
BLUE value IS 176 (69.14% from 255) = 30.29%
R=35.46%
G=34.25%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619917600.030.150.194623.4474.9
HexCEC7B003F132e174b
Octal3163072600317235627113
Binary110011101100011110110000011111110011101110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC7B0; }

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

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

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

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

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

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

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

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