#C18F64

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

Shades of Fallow #C18F64

Tints of Fallow #C18F64

Color information

#C18F64 (or 0xC18F64) is unknown color: approx Fallow. HEX triplet: C1, 8F and 64. RGB value is (193,143,100). Sum of RGB (Red+Green+Blue) = 193+143+100=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18F64 is #3E709B. Grayscale: #999999. Windows color (decimal): -4092060 or 6590401. OLE color: 6590401.

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

Color convert

RGB193143100-
CMYK00.260.480.24
HSL27.74º42.86%57.45%-
HSV(B)27.74º48.19%75.69%-
XYZ34.1231.916.42-
YUV153.0598.06156.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.27%
GREEN value IS 143 (56.25% from 255) = 32.80%
BLUE value IS 100 (39.45% from 255) = 22.94%
R=44.27%
G=32.80%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314310000.260.480.2427.7442.8657.45
HexC18F6401A30181c2b39
Octal3012171440326030345371
Binary110000011000111111001000110101100001100011100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18F64; }

 p { color: rgb(193,143,100); }

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

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

 a { background-color: rgb(193,143,100); }

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

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

 span { border-color: rgb(193,143,100); }

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