Html Css Color HEX #C15401 Tenne (Tawny)

📋 copy color: '#C15401'

red 193 ◦ green 84 ◦ blue 1

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

Shades of Tenne (Tawny) #C15401

Tints of Tenne (Tawny) #C15401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.22%

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

R = 69.42%
G = 30.22%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C15401 (or 0xC15401) is known color: Tenne (Tawny). HEX triplet: C1, 54 and 01. RGB value is (193,84,1). Sum of RGB (Red+Green+Blue) = 193+84+1=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C15401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15401 is #3EABFE. Grayscale: #6B6B6B. Windows color (decimal): -4107263 or 87233. OLE color: 87233.

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

Color convert

RGB 193 84 1 -
CMYK 0 0.56 0.99 0.24
HSL 25.94º 0.99% 0.38% -
HSV(B) 25.94º 0.99% 0.76% -
XYZ 25.17 17.68 2.11 -
YUV 107.13 68.11 189.25 -
System Red Green Blue C M Y K H S L
Decimal 193 84 1 0 0.56 0.99 0.24 25.94 0.99 0.38
Hex C1 54 1 0 38 63 18 1A 63 26
Octal 301 124 1 0 70 143 30 32 143 46
Binary 11000001 1010100 1 0 111000 1100011 11000 11010 1100011 100110

Color Harmonies of #C15401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15401

Black with #C15401

Text Example


Text Example

White with #C15401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15401; }

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

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

background-color css

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

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

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

border-color css

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

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

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