Html Css Color HEX #C15300 Tenne (Tawny)

📋 copy color: '#C15300'

red 193 ◦ green 83 ◦ blue 0

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

Shades of Tenne (Tawny) #C15300

Tints of Tenne (Tawny) #C15300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.93%
G = 30.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C15300 (or 0xC15300) is known color: Tenne (Tawny). HEX triplet: C1, 53 and 00. RGB value is (193,83,0). Sum of RGB (Red+Green+Blue) = 193+83+0=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C15300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15300 is #3EACFF. Grayscale: #6A6A6A. Windows color (decimal): -4107520 or 21441. OLE color: 21441.

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

Color convert

RGB 193 83 0 -
CMYK 0 0.57 1 0.24
HSL 25.8º 1% 0.38% -
HSV(B) 25.8º 1% 0.76% -
XYZ 25.09 17.52 2.06 -
YUV 106.43 67.94 189.75 -
System Red Green Blue C M Y K H S L
Decimal 193 83 0 0 0.57 1 0.24 25.8 1 0.38
Hex C1 53 0 0 39 64 18 1A 64 26
Octal 301 123 0 0 71 144 30 32 144 46
Binary 11000001 1010011 0 0 111001 1100100 11000 11010 1100100 100110

Color Harmonies of #C15300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15300

Black with #C15300

Text Example


Text Example

White with #C15300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15300; }

 p { color: rgb(193,83,0); }

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

background-color css

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

 a { background-color: rgb(193,83,0); }

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

border-color css

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

 span { border-color: rgb(193,83,0); }

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