Html Css Color HEX #C19360 Twine

📋 copy color: '#C19360'

red 193 ◦ green 147 ◦ blue 96

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

Shades of Twine #C19360

Tints of Twine #C19360

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.72%

 BLUE value IS 96 (37.89% from 255) = 22.02%

R = 44.27%
G = 33.72%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C19360 (or 0xC19360) is known color: Twine. HEX triplet: C1, 93 and 60. RGB value is (193,147,96). Sum of RGB (Red+Green+Blue) = 193+147+96=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C19360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19360 is #3E6C9F. Grayscale: #9B9B9B. Windows color (decimal): -4091040 or 6329281. OLE color: 6329281.

HSL color Cylindrical-coordinate representation of color #C19360: hue angle of 31.55º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C19360 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 147 96 -
CMYK 0 0.24 0.50 0.24
HSL 31.55º 0.44% 0.57% -
HSV(B) 31.55º 0.5% 0.76% -
XYZ 34.54 33.05 15.63 -
YUV 154.94 94.74 155.15 -
System Red Green Blue C M Y K H S L
Decimal 193 147 96 0 0.24 0.50 0.24 31.55 0.44 0.57
Hex C1 93 60 0 18 32 18 20 2C 39
Octal 301 223 140 0 30 62 30 40 54 71
Binary 11000001 10010011 1100000 0 11000 110010 11000 100000 101100 111001

Color Harmonies of #C19360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19360

Black with #C19360

Text Example


Text Example

White with #C19360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19360; }

 p { color: rgb(193,147,96); }

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

background-color css

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

 a { background-color: rgb(193,147,96); }

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

border-color css

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

 span { border-color: rgb(193,147,96); }

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