Html Css Color HEX #C18860 Twine

📋 copy color: '#C18860'

red 193 ◦ green 136 ◦ blue 96

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

Shades of Twine #C18860

Tints of Twine #C18860

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32%

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

R = 45.41%
G = 32%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C18860 (or 0xC18860) is known color: Twine. HEX triplet: C1, 88 and 60. RGB value is (193,136,96). Sum of RGB (Red+Green+Blue) = 193+136+96=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C18860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18860 is #3E779F. Grayscale: #949494. Windows color (decimal): -4093856 or 6326465. OLE color: 6326465.

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

Color convert

RGB 193 136 96 -
CMYK 0 0.30 0.50 0.24
HSL 24.74º 0.44% 0.57% -
HSV(B) 24.74º 0.5% 0.76% -
XYZ 32.91 29.79 15.08 -
YUV 148.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 193 136 96 0 0.30 0.50 0.24 24.74 0.44 0.57
Hex C1 88 60 0 1E 32 18 19 2C 39
Octal 301 210 140 0 36 62 30 31 54 71
Binary 11000001 10001000 1100000 0 11110 110010 11000 11001 101100 111001

Color Harmonies of #C18860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18860

Black with #C18860

Text Example


Text Example

White with #C18860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18860; }

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

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

background-color css

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

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

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

border-color css

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

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

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