Html Css Color HEX #C18E5E Twine

📋 copy color: '#C18E5E'

red 193 ◦ green 142 ◦ blue 94

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

Shades of Twine #C18E5E

Tints of Twine #C18E5E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.1%

 BLUE value IS 94 (37.11% from 255) = 21.91%

R = 44.99%
G = 33.1%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C18E5E (or 0xC18E5E) is known color: Twine. HEX triplet: C1, 8E and 5E. RGB value is (193,142,94). Sum of RGB (Red+Green+Blue) = 193+142+94=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18E5E is #3E71A1. Grayscale: #989898. Windows color (decimal): -4092322 or 6196929. OLE color: 6196929.

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

Color convert

RGB 193 142 94 -
CMYK 0 0.26 0.51 0.24
HSL 29.09º 0.44% 0.56% -
HSV(B) 29.09º 0.51% 0.76% -
XYZ 33.69 31.49 14.89 -
YUV 151.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 193 142 94 0 0.26 0.51 0.24 29.09 0.44 0.56
Hex C1 8E 5E 0 1A 33 18 1D 2C 38
Octal 301 216 136 0 32 63 30 35 54 70
Binary 11000001 10001110 1011110 0 11010 110011 11000 11101 101100 111000

Color Harmonies of #C18E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18E5E

Black with #C18E5E

Text Example


Text Example

White with #C18E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18E5E; }

 p { color: rgb(193,142,94); }

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

background-color css

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

 a { background-color: rgb(193,142,94); }

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

border-color css

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

 span { border-color: rgb(193,142,94); }

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