Html Css Color HEX #C15610 Tenne (Tawny)

📋 copy color: '#C15610'

red 193 ◦ green 86 ◦ blue 16

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

Shades of Tenne (Tawny) #C15610

Tints of Tenne (Tawny) #C15610

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.15%

 BLUE value IS 16 (6.64% from 255) = 5.42%

R = 65.42%
G = 29.15%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C15610 (or 0xC15610) is known color: Tenne (Tawny). HEX triplet: C1, 56 and 10. RGB value is (193,86,16). Sum of RGB (Red+Green+Blue) = 193+86+16=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C15610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15610 is #3EA9EF. Grayscale: #6E6E6E. Windows color (decimal): -4106736 or 1070785. OLE color: 1070785.

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

Color convert

RGB 193 86 16 -
CMYK 0 0.55 0.92 0.24
HSL 23.73º 0.85% 0.41% -
HSV(B) 23.73º 0.92% 0.76% -
XYZ 25.41 18.03 2.63 -
YUV 110.01 74.95 187.19 -
System Red Green Blue C M Y K H S L
Decimal 193 86 16 0 0.55 0.92 0.24 23.73 0.85 0.41
Hex C1 56 10 0 37 5C 18 18 55 29
Octal 301 126 20 0 67 134 30 30 125 51
Binary 11000001 1010110 10000 0 110111 1011100 11000 11000 1010101 101001

Color Harmonies of #C15610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15610

Black with #C15610

Text Example


Text Example

White with #C15610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15610; }

 p { color: rgb(193,86,16); }

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

background-color css

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

 a { background-color: rgb(193,86,16); }

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

border-color css

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

 span { border-color: rgb(193,86,16); }

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