Html Css Color HEX #C15101 Tenne (Tawny)

📋 copy color: '#C15101'

red 193 ◦ green 81 ◦ blue 1

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

Shades of Tenne (Tawny) #C15101

Tints of Tenne (Tawny) #C15101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.45%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 70.18%
G = 29.45%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C15101 (or 0xC15101) is known color: Tenne (Tawny). HEX triplet: C1, 51 and 01. RGB value is (193,81,1). Sum of RGB (Red+Green+Blue) = 193+81+1=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C15101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15101 is #3EAEFE. Grayscale: #696969. Windows color (decimal): -4108031 or 86465. OLE color: 86465.

HSL color Cylindrical-coordinate representation of color #C15101: hue angle of 25º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C15101 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 81 1 -
CMYK 0 0.58 0.99 0.24
HSL 25º 0.99% 0.38% -
HSV(B) 25º 0.99% 0.76% -
XYZ 24.94 17.22 2.04 -
YUV 105.37 69.11 190.5 -
System Red Green Blue C M Y K H S L
Decimal 193 81 1 0 0.58 0.99 0.24 25 0.99 0.38
Hex C1 51 1 0 3A 63 18 19 63 26
Octal 301 121 1 0 72 143 30 31 143 46
Binary 11000001 1010001 1 0 111010 1100011 11000 11001 1100011 100110

Color Harmonies of #C15101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15101

Black with #C15101

Text Example


Text Example

White with #C15101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15101; }

 p { color: rgb(193,81,1); }

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

background-color css

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

 a { background-color: rgb(193,81,1); }

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

border-color css

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

 span { border-color: rgb(193,81,1); }

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