Html Css Color HEX #C18D56 Twine

📋 copy color: '#C18D56'

red 193 ◦ green 141 ◦ blue 86

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

Shades of Twine #C18D56

Tints of Twine #C18D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.48%

R = 45.95%
G = 33.57%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C18D56 (or 0xC18D56) is known color: Twine. HEX triplet: C1, 8D and 56. RGB value is (193,141,86). Sum of RGB (Red+Green+Blue) = 193+141+86=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18D56 is #3E72A9. Grayscale: #969696. Windows color (decimal): -4092586 or 5672385. OLE color: 5672385.

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

Color convert

RGB 193 141 86 -
CMYK 0 0.27 0.55 0.24
HSL 30.84º 0.46% 0.55% -
HSV(B) 30.84º 0.55% 0.76% -
XYZ 33.2 31.06 13.05 -
YUV 150.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 193 141 86 0 0.27 0.55 0.24 30.84 0.46 0.55
Hex C1 8D 56 0 1B 37 18 1F 2E 37
Octal 301 215 126 0 33 67 30 37 56 67
Binary 11000001 10001101 1010110 0 11011 110111 11000 11111 101110 110111

Color Harmonies of #C18D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D56

Black with #C18D56

Text Example


Text Example

White with #C18D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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