#CEC7B3

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

Shades of Parchment #CEC7B3

Tints of Parchment #CEC7B3

Color information

#CEC7B3 (or 0xCEC7B3) is unknown color: approx Parchment. HEX triplet: CE, C7 and B3. RGB value is (206,199,179). Sum of RGB (Red+Green+Blue) = 206+199+179=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7B3 is #31384C. Grayscale: #C6C6C6. Windows color (decimal): -3225677 or 11782094. OLE color: 11782094.

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

Color convert

RGB206199179-
CMYK00.030.130.19
HSL44.44º21.6%75.49%-
HSV(B)44.44º13.11%80.78%-
XYZ54.0157.2250.85-
YUV198.81116.82133.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.27%
GREEN value IS 199 (78.12% from 255) = 34.08%
BLUE value IS 179 (70.31% from 255) = 30.65%
R=35.27%
G=34.08%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619917900.030.130.1944.4421.675.49
HexCEC7B303D132c164b
Octal3163072630315235426113
Binary110011101100011110110011011110110011101100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC7B3; }

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

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

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

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

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

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

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

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