Html Css Color HEX #C15512 Tenne (Tawny)

📋 copy color: '#C15512'

red 193 ◦ green 85 ◦ blue 18

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

Shades of Tenne (Tawny) #C15512

Tints of Tenne (Tawny) #C15512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.72%

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

R = 65.2%
G = 28.72%
B = 6.08%

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

#C15512 (or 0xC15512) is known color: Tenne (Tawny). HEX triplet: C1, 55 and 12. RGB value is (193,85,18). Sum of RGB (Red+Green+Blue) = 193+85+18=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C15512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15512 is #3EAAED. Grayscale: #6E6E6E. Windows color (decimal): -4106990 or 1201601. OLE color: 1201601.

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

Color convert

RGB 193 85 18 -
CMYK 0 0.56 0.91 0.24
HSL 22.97º 0.83% 0.41% -
HSV(B) 22.97º 0.91% 0.76% -
XYZ 25.35 17.88 2.69 -
YUV 109.65 76.28 187.45 -
System Red Green Blue C M Y K H S L
Decimal 193 85 18 0 0.56 0.91 0.24 22.97 0.83 0.41
Hex C1 55 12 0 38 5B 18 17 53 29
Octal 301 125 22 0 70 133 30 27 123 51
Binary 11000001 1010101 10010 0 111000 1011011 11000 10111 1010011 101001

Color Harmonies of #C15512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15512

Black with #C15512

Text Example


Text Example

White with #C15512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15512; }

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

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

background-color css

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

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

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

border-color css

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

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

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