Html Css Color HEX #C19055 Twine

📋 copy color: '#C19055'

red 193 ◦ green 144 ◦ blue 85

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

Shades of Twine #C19055

Tints of Twine #C19055

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.12%

 BLUE value IS 85 (33.59% from 255) = 20.14%

R = 45.73%
G = 34.12%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C19055 (or 0xC19055) is known color: Twine. HEX triplet: C1, 90 and 55. RGB value is (193,144,85). Sum of RGB (Red+Green+Blue) = 193+144+85=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C19055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19055 is #3E6FAA. Grayscale: #989898. Windows color (decimal): -4091819 or 5607617. OLE color: 5607617.

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

Color convert

RGB 193 144 85 -
CMYK 0 0.25 0.56 0.24
HSL 32.78º 0.47% 0.55% -
HSV(B) 32.78º 0.56% 0.76% -
XYZ 33.61 31.94 12.99 -
YUV 151.93 90.23 157.3 -
System Red Green Blue C M Y K H S L
Decimal 193 144 85 0 0.25 0.56 0.24 32.78 0.47 0.55
Hex C1 90 55 0 19 38 18 21 2F 37
Octal 301 220 125 0 31 70 30 41 57 67
Binary 11000001 10010000 1010101 0 11001 111000 11000 100001 101111 110111

Color Harmonies of #C19055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19055

Black with #C19055

Text Example


Text Example

White with #C19055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19055; }

 p { color: rgb(193,144,85); }

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

background-color css

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

 a { background-color: rgb(193,144,85); }

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

border-color css

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

 span { border-color: rgb(193,144,85); }

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