#CFC5AC

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

Shades of Parchment #CFC5AC

Tints of Parchment #CFC5AC

Color information

#CFC5AC (or 0xCFC5AC) is unknown color: approx Parchment. HEX triplet: CF, C5 and AC. RGB value is (207,197,172). Sum of RGB (Red+Green+Blue) = 207+197+172=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC5AC is #303A53. Grayscale: #C5C5C5. Windows color (decimal): -3160660 or 11322831. OLE color: 11322831.

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

Color convert

RGB207197172-
CMYK00.050.170.19
HSL42.86º26.72%74.31%-
HSV(B)42.86º16.91%81.18%-
XYZ53.1456.1847.07-
YUV197.14113.81135.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 197 (77.34% from 255) = 34.20%
BLUE value IS 172 (67.58% from 255) = 29.86%
R=35.94%
G=34.20%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719717200.050.170.1942.8626.7274.31
HexCFC5AC0511132b1b4a
Octal3173052540521235333112
Binary11001111110001011010110001011000110011101011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC5AC; }

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

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

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

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

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

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

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

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