Html Css Color HEX #C18A50 Twine

📋 copy color: '#C18A50'

red 193 ◦ green 138 ◦ blue 80

#C18A50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twine #C18A50

Tints of Twine #C18A50

RGB

 RED value IS 193 (75.78% from 255) = 46.96%

 GREEN value IS 138 (54.3% 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 value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C18A50 (or 0xC18A50) is known color: 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

RGB 193 138 80 -
CMYK 0 0.28 0.59 0.24
HSL 30.8º 0.48% 0.54% -
HSV(B) 30.8º 0.59% 0.76% -
XYZ 32.53 30.09 11.68 -
YUV 147.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 193 138 80 0 0.28 0.59 0.24 30.8 0.48 0.54
Hex C1 8A 50 0 1C 3B 18 1F 30 36
Octal 301 212 120 0 34 73 30 37 60 66
Binary 11000001 10001010 1010000 0 11100 111011 11000 11111 110000 110110

Color Harmonies of #C18A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A50

Black with #C18A50

Text Example


Text Example

White with #C18A50

Text Example


Text Example

HTML Codes & Css Web 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>