#C18D73

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

Shades of Feldspar #C18D73

Tints of Feldspar #C18D73

Color information

#C18D73 (or 0xC18D73) is unknown color: approx Feldspar. HEX triplet: C1, 8D and 73. RGB value is (193,141,115). Sum of RGB (Red+Green+Blue) = 193+141+115=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18D73 is #3E728C. Grayscale: #999999. Windows color (decimal): -4092557 or 7572929. OLE color: 7572929.

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

Color convert

RGB193141115-
CMYK00.270.400.24
HSL20º38.61%60.39%-
HSV(B)20º40.41%75.69%-
XYZ34.6131.6320.5-
YUV153.58106.23156.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 115 (45.31% from 255) = 25.61%
R=42.98%
G=31.40%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314111500.270.400.242038.6160.39
HexC18D7301B281814273c
Octal3012151630335030244774
Binary110000011000110111100110110111010001100010100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18D73; }

 p { color: rgb(193,141,115); }

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

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

 a { background-color: rgb(193,141,115); }

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

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

 span { border-color: rgb(193,141,115); }

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