#C18A50

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

Shades of Twine #C18A50

Tints of Twine #C18A50

Color information

#C18A50 (or 0xC18A50) is unknown color: approx Twine. HEX triplet: C1, 8A and 50. RGB value is (193,138,80). Sum of RGB (Red+Green+Blue) = 193+138+80=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18A50 is #3E75AF. Grayscale: #949494. Windows color (decimal): -4093360 or 5278401. OLE color: 5278401.

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

Color convert

RGB19313880-
CMYK00.280.590.24
HSL30.8º47.68%53.53%-
HSV(B)30.8º58.55%75.69%-
XYZ32.5330.0911.68-
YUV147.8389.72160.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.96%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 80 (31.64% from 255) = 19.46%
R=46.96%
G=33.58%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931388000.280.590.2430.847.6853.53
HexC18A5001C3B181f3036
Octal3012121200347330376066
Binary110000011000101010100000111001110111100011111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18A50; }

 p { color: rgb(193,138,80); }

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

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

 a { background-color: rgb(193,138,80); }

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

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

 span { border-color: rgb(193,138,80); }

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