Html Css Color HEX #C15601 Tenne (Tawny)

📋 copy color: '#C15601'

red 193 ◦ green 86 ◦ blue 1

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

Shades of Tenne (Tawny) #C15601

Tints of Tenne (Tawny) #C15601

RGB

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

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

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

R = 68.93%
G = 30.71%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C15601 (or 0xC15601) is known color: Tenne (Tawny). HEX triplet: C1, 56 and 01. RGB value is (193,86,1). Sum of RGB (Red+Green+Blue) = 193+86+1=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C15601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15601 is #3EA9FE. Grayscale: #6C6C6C. Windows color (decimal): -4106751 or 87745. OLE color: 87745.

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

Color convert

RGB 193 86 1 -
CMYK 0 0.55 0.99 0.24
HSL 26.56º 0.99% 0.38% -
HSV(B) 26.56º 0.99% 0.76% -
XYZ 25.33 18 2.17 -
YUV 108.3 67.45 188.41 -
System Red Green Blue C M Y K H S L
Decimal 193 86 1 0 0.55 0.99 0.24 26.56 0.99 0.38
Hex C1 56 1 0 37 63 18 1B 63 26
Octal 301 126 1 0 67 143 30 33 143 46
Binary 11000001 1010110 1 0 110111 1100011 11000 11011 1100011 100110

Color Harmonies of #C15601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15601

Black with #C15601

Text Example


Text Example

White with #C15601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15601; }

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

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

background-color css

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

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

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

border-color css

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

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

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