#CFC9A8

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

Shades of Parchment #CFC9A8

Tints of Parchment #CFC9A8

Color information

#CFC9A8 (or 0xCFC9A8) is unknown color: approx Parchment. HEX triplet: CF, C9 and A8. RGB value is (207,201,168). Sum of RGB (Red+Green+Blue) = 207+201+168=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 168 (66.02% from 255 or 29.17% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC9A8 is #303657. Grayscale: #C7C7C7. Windows color (decimal): -3159640 or 11061711. OLE color: 11061711.

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

Color convert

RGB207201168-
CMYK00.030.190.19
HSL50.77º28.89%73.53%-
HSV(B)50.77º18.84%81.18%-
XYZ53.6957.8745.39-
YUV199.03110.49133.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 201 (78.91% from 255) = 34.90%
BLUE value IS 168 (66.02% from 255) = 29.17%
R=35.94%
G=34.90%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720116800.030.190.1950.7728.8973.53
HexCFC9A8031313331d4a
Octal3173112500323236335112
Binary1100111111001001101010000111001110011110011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC9A8; }

 p { color: rgb(207,201,168); }

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

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

 a { background-color: rgb(207,201,168); }

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

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

 span { border-color: rgb(207,201,168); }

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