#CFC4AD

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

Shades of Parchment #CFC4AD

Tints of Parchment #CFC4AD

Color information

#CFC4AD (or 0xCFC4AD) is unknown color: approx Parchment. HEX triplet: CF, C4 and AD. RGB value is (207,196,173). Sum of RGB (Red+Green+Blue) = 207+196+173=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC4AD is #303B52. Grayscale: #C4C4C4. Windows color (decimal): -3160915 or 11388111. OLE color: 11388111.

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

Color convert

RGB207196173-
CMYK00.050.160.19
HSL40.59º26.15%74.51%-
HSV(B)40.59º16.43%81.18%-
XYZ53.0155.7647.5-
YUV196.67114.64135.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 196 (76.95% from 255) = 34.03%
BLUE value IS 173 (67.97% from 255) = 30.03%
R=35.94%
G=34.03%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719617300.050.160.1940.5926.1574.51
HexCFC4AD051013291a4b
Octal3173042550520235132113
Binary11001111110001001010110101011000010011101001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC4AD; }

 p { color: rgb(207,196,173); }

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

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

 a { background-color: rgb(207,196,173); }

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

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

 span { border-color: rgb(207,196,173); }

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