#CEC7B2

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

Shades of Parchment #CEC7B2

Tints of Parchment #CEC7B2

Color information

#CEC7B2 (or 0xCEC7B2) is unknown color: approx Parchment. HEX triplet: CE, C7 and B2. RGB value is (206,199,178). Sum of RGB (Red+Green+Blue) = 206+199+178=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 199 (78.12% from 255 or 34.13% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC7B2 is #31384D. Grayscale: #C6C6C6. Windows color (decimal): -3225678 or 11716558. OLE color: 11716558.

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

Color convert

RGB206199178-
CMYK00.030.140.19
HSL45º22.22%75.29%-
HSV(B)45º13.59%80.78%-
XYZ53.9157.1850.32-
YUV198.7116.32133.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 199 (78.12% from 255) = 34.13%
BLUE value IS 178 (69.92% from 255) = 30.53%
R=35.33%
G=34.13%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619917800.030.140.194522.2275.29
HexCEC7B203E132d164b
Octal3163072620316235526113
Binary110011101100011110110010011111010011101101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC7B2; }

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

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

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

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

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

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

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

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