Html Css Color HEX #C18D60 Twine

📋 copy color: '#C18D60'

red 193 ◦ green 141 ◦ blue 96

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

Shades of Twine #C18D60

Tints of Twine #C18D60

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.79%

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

R = 44.88%
G = 32.79%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C18D60 (or 0xC18D60) is known color: Twine. HEX triplet: C1, 8D and 60. RGB value is (193,141,96). Sum of RGB (Red+Green+Blue) = 193+141+96=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18D60 is #3E729F. Grayscale: #979797. Windows color (decimal): -4092576 or 6327745. OLE color: 6327745.

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

Color convert

RGB 193 141 96 -
CMYK 0 0.27 0.50 0.24
HSL 27.84º 0.44% 0.57% -
HSV(B) 27.84º 0.5% 0.76% -
XYZ 33.63 31.23 15.32 -
YUV 151.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 193 141 96 0 0.27 0.50 0.24 27.84 0.44 0.57
Hex C1 8D 60 0 1B 32 18 1C 2C 39
Octal 301 215 140 0 33 62 30 34 54 71
Binary 11000001 10001101 1100000 0 11011 110010 11000 11100 101100 111001

Color Harmonies of #C18D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D60

Black with #C18D60

Text Example


Text Example

White with #C18D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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