Html Css Color HEX #C19260 Twine

📋 copy color: '#C19260'

red 193 ◦ green 146 ◦ blue 96

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

Shades of Twine #C19260

Tints of Twine #C19260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.56%

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

R = 44.37%
G = 33.56%
B = 22.07%

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

#C19260 (or 0xC19260) is known color: Twine. HEX triplet: C1, 92 and 60. RGB value is (193,146,96). Sum of RGB (Red+Green+Blue) = 193+146+96=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C19260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19260 is #3E6D9F. Grayscale: #9A9A9A. Windows color (decimal): -4091296 or 6329025. OLE color: 6329025.

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

Color convert

RGB 193 146 96 -
CMYK 0 0.24 0.50 0.24
HSL 30.93º 0.44% 0.57% -
HSV(B) 30.93º 0.5% 0.76% -
XYZ 34.38 32.74 15.57 -
YUV 154.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 193 146 96 0 0.24 0.50 0.24 30.93 0.44 0.57
Hex C1 92 60 0 18 32 18 1F 2C 39
Octal 301 222 140 0 30 62 30 37 54 71
Binary 11000001 10010010 1100000 0 11000 110010 11000 11111 101100 111001

Color Harmonies of #C19260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19260

Black with #C19260

Text Example


Text Example

White with #C19260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19260; }

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

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

background-color css

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

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

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

border-color css

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

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

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