#CF8D71

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

Shades of Feldspar #CF8D71

Tints of Feldspar #CF8D71

Color information

#CF8D71 (or 0xCF8D71) is unknown color: approx Feldspar. HEX triplet: CF, 8D and 71. RGB value is (207,141,113). Sum of RGB (Red+Green+Blue) = 207+141+113=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D71 is #30728E. Grayscale: #9D9D9D. Windows color (decimal): -3175055 or 7441871. OLE color: 7441871.

HSL color Cylindrical-coordinate representation of color #CF8D71: hue angle of 17.87º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF8D71 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB207141113-
CMYK00.320.450.19
HSL17.87º49.47%62.75%-
HSV(B)17.87º45.41%81.18%-
XYZ38.2433.5120.08-
YUV157.54102.87163.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.90%
GREEN value IS 141 (55.47% from 255) = 30.59%
BLUE value IS 113 (44.53% from 255) = 24.51%
R=44.90%
G=30.59%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714111300.320.450.1917.8749.4762.75
HexCF8D710202D1312313f
Octal3172151610405523226177
Binary1100111110001101111000101000001011011001110010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8D71; }

 p { color: rgb(207,141,113); }

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

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

 a { background-color: rgb(207,141,113); }

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

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

 span { border-color: rgb(207,141,113); }

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