#CF8772

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

Shades of Feldspar #CF8772

Tints of Feldspar #CF8772

Color information

#CF8772 (or 0xCF8772) is unknown color: approx Feldspar. HEX triplet: CF, 87 and 72. RGB value is (207,135,114). Sum of RGB (Red+Green+Blue) = 207+135+114=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8772 is #30788D. Grayscale: #9A9A9A. Windows color (decimal): -3176590 or 7505871. OLE color: 7505871.

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

Color convert

RGB207135114-
CMYK00.350.450.19
HSL13.55º49.21%62.94%-
HSV(B)13.55º44.93%81.18%-
XYZ37.4331.8120.09-
YUV154.13105.35165.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.39%
GREEN value IS 135 (53.12% from 255) = 29.61%
BLUE value IS 114 (44.92% from 255) = 25%
R=45.39%
G=29.61%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713511400.350.450.1913.5549.2162.94
HexCF87720232D13e313f
Octal3172071620435523166177
Binary110011111000011111100100100011101101100111110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8772; }

 p { color: rgb(207,135,114); }

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

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

 a { background-color: rgb(207,135,114); }

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

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

 span { border-color: rgb(207,135,114); }

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