Html Css Color HEX #C18E46 Tussock

📋 copy color: '#C18E46'

red 193 ◦ green 142 ◦ blue 70

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

Shades of Tussock #C18E46

Tints of Tussock #C18E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.28%

R = 47.65%
G = 35.06%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C18E46 (or 0xC18E46) is known color: Tussock. HEX triplet: C1, 8E and 46. RGB value is (193,142,70). Sum of RGB (Red+Green+Blue) = 193+142+70=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18E46 is #3E71B9. Grayscale: #959595. Windows color (decimal): -4092346 or 4624065. OLE color: 4624065.

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

Color convert

RGB 193 142 70 -
CMYK 0 0.26 0.64 0.24
HSL 35.12º 0.5% 0.52% -
HSV(B) 35.12º 0.64% 0.76% -
XYZ 32.77 31.13 10.08 -
YUV 149.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 193 142 70 0 0.26 0.64 0.24 35.12 0.5 0.52
Hex C1 8E 46 0 1A 40 18 23 32 34
Octal 301 216 106 0 32 100 30 43 62 64
Binary 11000001 10001110 1000110 0 11010 1000000 11000 100011 110010 110100

Color Harmonies of #C18E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18E46

Black with #C18E46

Text Example


Text Example

White with #C18E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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