Html Css Color HEX #C18351 Twine

📋 copy color: '#C18351'

red 193 ◦ green 131 ◦ blue 81

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

Shades of Twine #C18351

Tints of Twine #C18351

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.35%

 BLUE value IS 81 (32.03% from 255) = 20%

R = 47.65%
G = 32.35%
B = 20%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C18351 (or 0xC18351) is known color: Twine. HEX triplet: C1, 83 and 51. RGB value is (193,131,81). Sum of RGB (Red+Green+Blue) = 193+131+81=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C18351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18351 is #3E7CAE. Grayscale: #909090. Windows color (decimal): -4095151 or 5342145. OLE color: 5342145.

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

Color convert

RGB 193 131 81 -
CMYK 0 0.32 0.58 0.24
HSL 26.79º 0.47% 0.54% -
HSV(B) 26.79º 0.58% 0.76% -
XYZ 31.59 28.16 11.56 -
YUV 143.84 92.54 163.07 -
System Red Green Blue C M Y K H S L
Decimal 193 131 81 0 0.32 0.58 0.24 26.79 0.47 0.54
Hex C1 83 51 0 20 3A 18 1B 2F 36
Octal 301 203 121 0 40 72 30 33 57 66
Binary 11000001 10000011 1010001 0 100000 111010 11000 11011 101111 110110

Color Harmonies of #C18351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18351

Black with #C18351

Text Example


Text Example

White with #C18351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18351; }

 p { color: rgb(193,131,81); }

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

background-color css

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

 a { background-color: rgb(193,131,81); }

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

border-color css

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

 span { border-color: rgb(193,131,81); }

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