#CFC6AE

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

Shades of Parchment #CFC6AE

Tints of Parchment #CFC6AE

Color information

#CFC6AE (or 0xCFC6AE) is unknown color: approx Parchment. HEX triplet: CF, C6 and AE. RGB value is (207,198,174). Sum of RGB (Red+Green+Blue) = 207+198+174=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC6AE is #303951. Grayscale: #C6C6C6. Windows color (decimal): -3160402 or 11454159. OLE color: 11454159.

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

Color convert

RGB207198174-
CMYK00.040.160.19
HSL43.64º25.58%74.71%-
HSV(B)43.64º15.94%81.18%-
XYZ53.5756.7148.17-
YUV197.96114.48134.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 198 (77.73% from 255) = 34.20%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=35.75%
G=34.20%
B=30.05%

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
Decimal20719817400.040.160.1943.6425.5874.71
HexCFC6AE0410132c1a4b
Octal3173062560420235432113
Binary11001111110001101010111001001000010011101100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC6AE; }

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

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

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

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

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

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

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

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