#CFC9A9

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

Shades of Parchment #CFC9A9

Tints of Parchment #CFC9A9

Color information

#CFC9A9 (or 0xCFC9A9) is unknown color: approx Parchment. HEX triplet: CF, C9 and A9. RGB value is (207,201,169). Sum of RGB (Red+Green+Blue) = 207+201+169=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 169 (66.41% from 255 or 29.29% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC9A9 is #303656. Grayscale: #C7C7C7. Windows color (decimal): -3159639 or 11127247. OLE color: 11127247.

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

Color convert

RGB207201169-
CMYK00.030.180.19
HSL50.53º28.36%73.73%-
HSV(B)50.53º18.36%81.18%-
XYZ53.7857.945.88-
YUV199.15110.99133.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 201 (78.91% from 255) = 34.84%
BLUE value IS 169 (66.41% from 255) = 29.29%
R=35.88%
G=34.84%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720116900.030.180.1950.5328.3673.73
HexCFC9A9031213331c4a
Octal3173112510322236334112
Binary1100111111001001101010010111001010011110011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC9A9; }

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

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

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

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

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

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

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

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