#C18F5D

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

Shades of Twine #C18F5D

Tints of Twine #C18F5D

Color information

#C18F5D (or 0xC18F5D) is unknown color: approx Twine. HEX triplet: C1, 8F and 5D. RGB value is (193,143,93). Sum of RGB (Red+Green+Blue) = 193+143+93=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18F5D is #3E70A2. Grayscale: #989898. Windows color (decimal): -4092067 or 6131649. OLE color: 6131649.

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

Color convert

RGB19314393-
CMYK00.260.520.24
HSL30º44.64%56.08%-
HSV(B)30º51.81%75.69%-
XYZ33.7931.7714.71-
YUV152.2594.56157.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.99%
GREEN value IS 143 (56.25% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=44.99%
G=33.33%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931439300.260.520.243044.6456.08
HexC18F5D01A34181e2d38
Octal3012171350326430365570
Binary110000011000111110111010110101101001100011110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18F5D; }

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

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

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

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

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

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

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

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