Html Css Color HEX #C18E5F Twine

📋 copy color: '#C18E5F'

red 193 ◦ green 142 ◦ blue 95

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

Shades of Twine #C18E5F

Tints of Twine #C18E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.09%

R = 44.88%
G = 33.02%
B = 22.09%

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

#C18E5F (or 0xC18E5F) is known color: Twine. HEX triplet: C1, 8E and 5F. RGB value is (193,142,95). Sum of RGB (Red+Green+Blue) = 193+142+95=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18E5F is #3E71A0. Grayscale: #989898. Windows color (decimal): -4092321 or 6262465. OLE color: 6262465.

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

Color convert

RGB 193 142 95 -
CMYK 0 0.26 0.51 0.24
HSL 28.78º 0.44% 0.56% -
HSV(B) 28.78º 0.51% 0.76% -
XYZ 33.73 31.51 15.13 -
YUV 151.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 193 142 95 0 0.26 0.51 0.24 28.78 0.44 0.56
Hex C1 8E 5F 0 1A 33 18 1D 2C 38
Octal 301 216 137 0 32 63 30 35 54 70
Binary 11000001 10001110 1011111 0 11010 110011 11000 11101 101100 111000

Color Harmonies of #C18E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18E5F

Black with #C18E5F

Text Example


Text Example

White with #C18E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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