#CFC5AA

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

Shades of Parchment #CFC5AA

Tints of Parchment #CFC5AA

Color information

#CFC5AA (or 0xCFC5AA) is unknown color: approx Parchment. HEX triplet: CF, C5 and AA. RGB value is (207,197,170). Sum of RGB (Red+Green+Blue) = 207+197+170=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC5AA is #303A55. Grayscale: #C5C5C5. Windows color (decimal): -3160662 or 11191759. OLE color: 11191759.

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

Color convert

RGB207197170-
CMYK00.050.180.19
HSL43.78º27.82%73.92%-
HSV(B)43.78º17.87%81.18%-
XYZ52.9556.146.07-
YUV196.91112.81135.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 197 (77.34% from 255) = 34.32%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=36.06%
G=34.32%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719717000.050.180.1943.7827.8273.92
HexCFC5AA0512132c1c4a
Octal3173052520522235434112
Binary11001111110001011010101001011001010011101100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC5AA; }

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

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

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

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

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

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

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

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