Html Css Color HEX #C15F11 Tenne (Tawny)

📋 copy color: '#C15F11'

red 193 ◦ green 95 ◦ blue 17

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

Shades of Tenne (Tawny) #C15F11

Tints of Tenne (Tawny) #C15F11

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.15%

 BLUE value IS 17 (7.03% from 255) = 5.57%

R = 63.28%
G = 31.15%
B = 5.57%

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

#C15F11 (or 0xC15F11) is known color: Tenne (Tawny). HEX triplet: C1, 5F and 11. RGB value is (193,95,17). Sum of RGB (Red+Green+Blue) = 193+95+17=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15F11 is #3EA0EE. Grayscale: #737373. Windows color (decimal): -4104431 or 1138625. OLE color: 1138625.

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

Color convert

RGB 193 95 17 -
CMYK 0 0.51 0.91 0.24
HSL 26.59º 0.84% 0.41% -
HSV(B) 26.59º 0.91% 0.76% -
XYZ 26.19 19.56 2.93 -
YUV 115.41 72.47 183.34 -
System Red Green Blue C M Y K H S L
Decimal 193 95 17 0 0.51 0.91 0.24 26.59 0.84 0.41
Hex C1 5F 11 0 33 5B 18 1B 54 29
Octal 301 137 21 0 63 133 30 33 124 51
Binary 11000001 1011111 10001 0 110011 1011011 11000 11011 1010100 101001

Color Harmonies of #C15F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F11

Black with #C15F11

Text Example


Text Example

White with #C15F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F11; }

 p { color: rgb(193,95,17); }

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

background-color css

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

 a { background-color: rgb(193,95,17); }

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

border-color css

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

 span { border-color: rgb(193,95,17); }

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