#CFC7AC

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

Shades of Parchment #CFC7AC

Tints of Parchment #CFC7AC

Color information

#CFC7AC (or 0xCFC7AC) is unknown color: approx Parchment. HEX triplet: CF, C7 and AC. RGB value is (207,199,172). Sum of RGB (Red+Green+Blue) = 207+199+172=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC7AC is #303853. Grayscale: #C6C6C6. Windows color (decimal): -3160148 or 11323343. OLE color: 11323343.

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

Color convert

RGB207199172-
CMYK00.040.170.19
HSL46.29º26.72%74.31%-
HSV(B)46.29º16.91%81.18%-
XYZ53.657.0947.22-
YUV198.31113.15134.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 199 (78.12% from 255) = 34.43%
BLUE value IS 172 (67.58% from 255) = 29.76%
R=35.81%
G=34.43%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719917200.040.170.1946.2926.7274.31
HexCFC7AC0411132e1b4a
Octal3173072540421235633112
Binary11001111110001111010110001001000110011101110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC7AC; }

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

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

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

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

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

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

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

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