#CF8870

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

Shades of Feldspar #CF8870

Tints of Feldspar #CF8870

Color information

#CF8870 (or 0xCF8870) is unknown color: approx Feldspar. HEX triplet: CF, 88 and 70. RGB value is (207,136,112). Sum of RGB (Red+Green+Blue) = 207+136+112=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8870 is #30778F. Grayscale: #9A9A9A. Windows color (decimal): -3176336 or 7375055. OLE color: 7375055.

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

Color convert

RGB207136112-
CMYK00.340.460.19
HSL15.16º49.74%62.55%-
HSV(B)15.16º45.89%81.18%-
XYZ37.4632.0419.54-
YUV154.49104.02165.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.49%
GREEN value IS 136 (53.52% from 255) = 29.89%
BLUE value IS 112 (44.14% from 255) = 24.62%
R=45.49%
G=29.89%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713611200.340.460.1915.1649.7462.55
HexCF88700222E13f323f
Octal3172101600425623176277
Binary110011111000100011100000100010101110100111111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8870; }

 p { color: rgb(207,136,112); }

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

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

 a { background-color: rgb(207,136,112); }

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

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

 span { border-color: rgb(207,136,112); }

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