#CEC3AD

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

Shades of Parchment #CEC3AD

Tints of Parchment #CEC3AD

Color information

#CEC3AD (or 0xCEC3AD) is unknown color: approx Parchment. HEX triplet: CE, C3 and AD. RGB value is (206,195,173). Sum of RGB (Red+Green+Blue) = 206+195+173=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC3AD is #313C52. Grayscale: #C3C3C3. Windows color (decimal): -3226707 or 11387854. OLE color: 11387854.

HSL color Cylindrical-coordinate representation of color #CEC3AD: hue angle of 40º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEC3AD is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB206195173-
CMYK00.050.160.19
HSL40º25.19%74.31%-
HSV(B)40º16.02%80.78%-
XYZ52.5155.1747.42-
YUV195.78115.14135.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.89%
GREEN value IS 195 (76.56% from 255) = 33.97%
BLUE value IS 173 (67.97% from 255) = 30.14%
R=35.89%
G=33.97%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619517300.050.160.194025.1974.31
HexCEC3AD05101328194a
Octal3163032550520235031112
Binary11001110110000111010110101011000010011101000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC3AD; }

 p { color: rgb(206,195,173); }

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

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

 a { background-color: rgb(206,195,173); }

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

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

 span { border-color: rgb(206,195,173); }

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