#C18E6C

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

Shades of Fallow #C18E6C

Tints of Fallow #C18E6C

Color information

#C18E6C (or 0xC18E6C) is unknown color: approx Fallow. HEX triplet: C1, 8E and 6C. RGB value is (193,142,108). Sum of RGB (Red+Green+Blue) = 193+142+108=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18E6C is #3E7193. Grayscale: #999999. Windows color (decimal): -4092308 or 7114433. OLE color: 7114433.

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

Color convert

RGB193142108-
CMYK00.260.440.24
HSL24º40.67%59.02%-
HSV(B)24º44.04%75.69%-
XYZ34.3731.7718.51-
YUV153.37102.4156.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.57%
GREEN value IS 142 (55.86% from 255) = 32.05%
BLUE value IS 108 (42.58% from 255) = 24.38%
R=43.57%
G=32.05%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314210800.260.440.242440.6759.02
HexC18E6C01A2C1818293b
Octal3012161540325430305173
Binary110000011000111011011000110101011001100011000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18E6C; }

 p { color: rgb(193,142,108); }

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

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

 a { background-color: rgb(193,142,108); }

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

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

 span { border-color: rgb(193,142,108); }

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