Html Css Color HEX #C18D5D Twine

📋 copy color: '#C18D5D'

red 193 ◦ green 141 ◦ blue 93

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

Shades of Twine #C18D5D

Tints of Twine #C18D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.78%

R = 45.2%
G = 33.02%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C18D5D (or 0xC18D5D) is known color: Twine. HEX triplet: C1, 8D and 5D. RGB value is (193,141,93). Sum of RGB (Red+Green+Blue) = 193+141+93=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18D5D is #3E72A2. Grayscale: #979797. Windows color (decimal): -4092579 or 6131137. OLE color: 6131137.

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

Color convert

RGB 193 141 93 -
CMYK 0 0.27 0.52 0.24
HSL 28.8º 0.45% 0.56% -
HSV(B) 28.8º 0.52% 0.76% -
XYZ 33.49 31.18 14.61 -
YUV 151.08 95.23 157.9 -
System Red Green Blue C M Y K H S L
Decimal 193 141 93 0 0.27 0.52 0.24 28.8 0.45 0.56
Hex C1 8D 5D 0 1B 34 18 1D 2D 38
Octal 301 215 135 0 33 64 30 35 55 70
Binary 11000001 10001101 1011101 0 11011 110100 11000 11101 101101 111000

Color Harmonies of #C18D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D5D

Black with #C18D5D

Text Example


Text Example

White with #C18D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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