Html Css Color HEX #C18E55 Twine

📋 copy color: '#C18E55'

red 193 ◦ green 142 ◦ blue 85

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

Shades of Twine #C18E55

Tints of Twine #C18E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.24%

R = 45.95%
G = 33.81%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C18E55 (or 0xC18E55) is known color: Twine. HEX triplet: C1, 8E and 55. RGB value is (193,142,85). Sum of RGB (Red+Green+Blue) = 193+142+85=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18E55 is #3E71AA. Grayscale: #979797. Windows color (decimal): -4092331 or 5607105. OLE color: 5607105.

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

Color convert

RGB 193 142 85 -
CMYK 0 0.26 0.56 0.24
HSL 31.67º 0.47% 0.55% -
HSV(B) 31.67º 0.56% 0.76% -
XYZ 33.31 31.34 12.89 -
YUV 150.75 90.9 158.13 -
System Red Green Blue C M Y K H S L
Decimal 193 142 85 0 0.26 0.56 0.24 31.67 0.47 0.55
Hex C1 8E 55 0 1A 38 18 20 2F 37
Octal 301 216 125 0 32 70 30 40 57 67
Binary 11000001 10001110 1010101 0 11010 111000 11000 100000 101111 110111

Color Harmonies of #C18E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18E55

Black with #C18E55

Text Example


Text Example

White with #C18E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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