Html Css Color HEX #C18650 Twine

📋 copy color: '#C18650'

red 193 ◦ green 134 ◦ blue 80

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

Shades of Twine #C18650

Tints of Twine #C18650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.92%

 BLUE value IS 80 (31.64% from 255) = 19.66%

R = 47.42%
G = 32.92%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C18650 (or 0xC18650) is known color: Twine. HEX triplet: C1, 86 and 50. RGB value is (193,134,80). Sum of RGB (Red+Green+Blue) = 193+134+80=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C18650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18650 is #3E79AF. Grayscale: #919191. Windows color (decimal): -4094384 or 5277377. OLE color: 5277377.

HSL color Cylindrical-coordinate representation of color #C18650: hue angle of 28.67º 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 #C18650 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 134 80 -
CMYK 0 0.31 0.59 0.24
HSL 28.67º 0.48% 0.54% -
HSV(B) 28.67º 0.59% 0.76% -
XYZ 31.97 28.97 11.5 -
YUV 145.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 193 134 80 0 0.31 0.59 0.24 28.67 0.48 0.54
Hex C1 86 50 0 1F 3B 18 1D 30 36
Octal 301 206 120 0 37 73 30 35 60 66
Binary 11000001 10000110 1010000 0 11111 111011 11000 11101 110000 110110

Color Harmonies of #C18650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18650

Black with #C18650

Text Example


Text Example

White with #C18650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18650; }

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

 H1.HeaderClassName
 {
   color: #C18650;
 }
 .AnyTagClassName
 {
   color: #C18650;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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