#C18C6F

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

Shades of Feldspar #C18C6F

Tints of Feldspar #C18C6F

Color information

#C18C6F (or 0xC18C6F) is unknown color: approx Feldspar. HEX triplet: C1, 8C and 6F. RGB value is (193,140,111). Sum of RGB (Red+Green+Blue) = 193+140+111=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18C6F is #3E7390. Grayscale: #989898. Windows color (decimal): -4092817 or 7310529. OLE color: 7310529.

HSL color Cylindrical-coordinate representation of color #C18C6F: hue angle of 21.22º 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 #C18C6F is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB193140111-
CMYK00.270.420.24
HSL21.22º39.81%59.61%-
HSV(B)21.22º42.49%75.69%-
XYZ34.2431.2419.26-
YUV152.54104.56156.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.47%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 111 (43.75% from 255) = 25%
R=43.47%
G=31.53%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314011100.270.420.2421.2239.8159.61
HexC18C6F01B2A1815283c
Octal3012141570335230255074
Binary110000011000110011011110110111010101100010101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18C6F; }

 p { color: rgb(193,140,111); }

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

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

 a { background-color: rgb(193,140,111); }

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

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

 span { border-color: rgb(193,140,111); }

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