#C28F70

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

Shades of Feldspar #C28F70

Tints of Feldspar #C28F70

Color information

#C28F70 (or 0xC28F70) is unknown color: approx Feldspar. HEX triplet: C2, 8F and 70. RGB value is (194,143,112). Sum of RGB (Red+Green+Blue) = 194+143+112=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F70 is #3D708F. Grayscale: #9A9A9A. Windows color (decimal): -4026512 or 7376834. OLE color: 7376834.

HSL color Cylindrical-coordinate representation of color #C28F70: hue angle of 22.68º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C28F70 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB194143112-
CMYK00.260.420.24
HSL22.68º40.2%60%-
HSV(B)22.68º42.27%76.08%-
XYZ3532.2819.72-
YUV154.72103.9156.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.21%
GREEN value IS 143 (56.25% from 255) = 31.85%
BLUE value IS 112 (44.14% from 255) = 24.94%
R=43.21%
G=31.85%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414311200.260.420.2422.6840.260
HexC28F7001A2A1817283c
Octal3022171600325230275074
Binary110000101000111111100000110101010101100010111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F70; }

 p { color: rgb(194,143,112); }

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

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

 a { background-color: rgb(194,143,112); }

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

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

 span { border-color: rgb(194,143,112); }

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