#CF8C70

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

Shades of Feldspar #CF8C70

Tints of Feldspar #CF8C70

Color information

#CF8C70 (or 0xCF8C70) is unknown color: approx Feldspar. HEX triplet: CF, 8C and 70. RGB value is (207,140,112). Sum of RGB (Red+Green+Blue) = 207+140+112=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C70 is #30738F. Grayscale: #9D9D9D. Windows color (decimal): -3175312 or 7376079. OLE color: 7376079.

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

Color convert

RGB207140112-
CMYK00.320.460.19
HSL17.68º49.74%62.55%-
HSV(B)17.68º45.89%81.18%-
XYZ38.0333.1919.73-
YUV156.84102.7163.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.10%
GREEN value IS 140 (55.08% from 255) = 30.50%
BLUE value IS 112 (44.14% from 255) = 24.40%
R=45.10%
G=30.50%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714011200.320.460.1917.6849.7462.55
HexCF8C700202E1312323f
Octal3172141600405623226277
Binary1100111110001100111000001000001011101001110010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8C70; }

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

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

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

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

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

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

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

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