Html Css Color HEX #C15E12 Tenne (Tawny)

📋 copy color: '#C15E12'

red 193 ◦ green 94 ◦ blue 18

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

Shades of Tenne (Tawny) #C15E12

Tints of Tenne (Tawny) #C15E12

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.82%

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

R = 63.28%
G = 30.82%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C15E12 (or 0xC15E12) is known color: Tenne (Tawny). HEX triplet: C1, 5E and 12. RGB value is (193,94,18). Sum of RGB (Red+Green+Blue) = 193+94+18=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15E12 is #3EA1ED. Grayscale: #737373. Windows color (decimal): -4104686 or 1203905. OLE color: 1203905.

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

Color convert

RGB 193 94 18 -
CMYK 0 0.51 0.91 0.24
HSL 26.06º 0.83% 0.41% -
HSV(B) 26.06º 0.91% 0.76% -
XYZ 26.1 19.39 2.94 -
YUV 114.94 73.3 183.68 -
System Red Green Blue C M Y K H S L
Decimal 193 94 18 0 0.51 0.91 0.24 26.06 0.83 0.41
Hex C1 5E 12 0 33 5B 18 1A 53 29
Octal 301 136 22 0 63 133 30 32 123 51
Binary 11000001 1011110 10010 0 110011 1011011 11000 11010 1010011 101001

Color Harmonies of #C15E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15E12

Black with #C15E12

Text Example


Text Example

White with #C15E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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