#CFC4AE

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

Shades of Parchment #CFC4AE

Tints of Parchment #CFC4AE

Color information

#CFC4AE (or 0xCFC4AE) is unknown color: approx Parchment. HEX triplet: CF, C4 and AE. RGB value is (207,196,174). Sum of RGB (Red+Green+Blue) = 207+196+174=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC4AE is #303B51. Grayscale: #C4C4C4. Windows color (decimal): -3160914 or 11453647. OLE color: 11453647.

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

Color convert

RGB207196174-
CMYK00.050.160.19
HSL40º25.58%74.71%-
HSV(B)40º15.94%81.18%-
XYZ53.1155.848.02-
YUV196.78115.14135.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 196 (76.95% from 255) = 33.97%
BLUE value IS 174 (68.36% from 255) = 30.16%
R=35.88%
G=33.97%
B=30.16%

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
Decimal20719617400.050.160.194025.5874.71
HexCFC4AE051013281a4b
Octal3173042560520235032113
Binary11001111110001001010111001011000010011101000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC4AE; }

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

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

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

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

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

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

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

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