#CFC7AE

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

Shades of Parchment #CFC7AE

Tints of Parchment #CFC7AE

Color information

#CFC7AE (or 0xCFC7AE) is unknown color: approx Parchment. HEX triplet: CF, C7 and AE. RGB value is (207,199,174). Sum of RGB (Red+Green+Blue) = 207+199+174=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC7AE is #303851. Grayscale: #C6C6C6. Windows color (decimal): -3160146 or 11454415. OLE color: 11454415.

HSL color Cylindrical-coordinate representation of color #CFC7AE: hue angle of 45.45º 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 #CFC7AE is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB207199174-
CMYK00.040.160.19
HSL45.45º25.58%74.71%-
HSV(B)45.45º15.94%81.18%-
XYZ53.857.1748.24-
YUV198.54114.15134.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 199 (78.12% from 255) = 34.31%
BLUE value IS 174 (68.36% from 255) = 30%
R=35.69%
G=34.31%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719917400.040.160.1945.4525.5874.71
HexCFC7AE0410132d1a4b
Octal3173072560420235532113
Binary11001111110001111010111001001000010011101101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC7AE; }

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

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

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

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

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

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

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

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