Html Css Color HEX #C15412 Tenne (Tawny)

📋 copy color: '#C15412'

red 193 ◦ green 84 ◦ blue 18

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

Shades of Tenne (Tawny) #C15412

Tints of Tenne (Tawny) #C15412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.47%

 BLUE value IS 18 (7.42% from 255) = 6.1%

R = 65.42%
G = 28.47%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C15412 (or 0xC15412) is known color: Tenne (Tawny). HEX triplet: C1, 54 and 12. RGB value is (193,84,18). Sum of RGB (Red+Green+Blue) = 193+84+18=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C15412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15412 is #3EABED. Grayscale: #6D6D6D. Windows color (decimal): -4107246 or 1201345. OLE color: 1201345.

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

Color convert

RGB 193 84 18 -
CMYK 0 0.56 0.91 0.24
HSL 22.63º 0.83% 0.41% -
HSV(B) 22.63º 0.91% 0.76% -
XYZ 25.27 17.72 2.66 -
YUV 109.07 76.61 187.87 -
System Red Green Blue C M Y K H S L
Decimal 193 84 18 0 0.56 0.91 0.24 22.63 0.83 0.41
Hex C1 54 12 0 38 5B 18 17 53 29
Octal 301 124 22 0 70 133 30 27 123 51
Binary 11000001 1010100 10010 0 111000 1011011 11000 10111 1010011 101001

Color Harmonies of #C15412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15412

Black with #C15412

Text Example


Text Example

White with #C15412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15412; }

 p { color: rgb(193,84,18); }

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

background-color css

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

 a { background-color: rgb(193,84,18); }

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

border-color css

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

 span { border-color: rgb(193,84,18); }

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