#CFC9AE

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

Shades of Parchment #CFC9AE

Tints of Parchment #CFC9AE

Color information

#CFC9AE (or 0xCFC9AE) is unknown color: approx Parchment. HEX triplet: CF, C9 and AE. RGB value is (207,201,174). Sum of RGB (Red+Green+Blue) = 207+201+174=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC9AE is #303651. Grayscale: #C7C7C7. Windows color (decimal): -3159634 or 11454927. OLE color: 11454927.

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

Color convert

RGB207201174-
CMYK00.030.160.19
HSL49.09º25.58%74.71%-
HSV(B)49.09º15.94%81.18%-
XYZ54.2658.0948.4-
YUV199.72113.49133.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 201 (78.91% from 255) = 34.54%
BLUE value IS 174 (68.36% from 255) = 29.90%
R=35.57%
G=34.54%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720117400.030.160.1949.0925.5874.71
HexCFC9AE031013311a4b
Octal3173112560320236132113
Binary1100111111001001101011100111000010011110001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC9AE; }

 p { color: rgb(207,201,174); }

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

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

 a { background-color: rgb(207,201,174); }

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

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

 span { border-color: rgb(207,201,174); }

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