Html Css Color HEX #C15200 Tenne (Tawny)

📋 copy color: '#C15200'

red 193 ◦ green 82 ◦ blue 0

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

Shades of Tenne (Tawny) #C15200

Tints of Tenne (Tawny) #C15200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.82%

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

R = 70.18%
G = 29.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C15200 (or 0xC15200) is known color: Tenne (Tawny). HEX triplet: C1, 52 and 00. RGB value is (193,82,0). Sum of RGB (Red+Green+Blue) = 193+82+0=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C15200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15200 is #3EADFF. Grayscale: #6A6A6A. Windows color (decimal): -4107776 or 21185. OLE color: 21185.

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

Color convert

RGB 193 82 0 -
CMYK 0 0.58 1 0.24
HSL 25.49º 1% 0.38% -
HSV(B) 25.49º 1% 0.76% -
XYZ 25.01 17.37 2.03 -
YUV 105.84 68.27 190.17 -
System Red Green Blue C M Y K H S L
Decimal 193 82 0 0 0.58 1 0.24 25.49 1 0.38
Hex C1 52 0 0 3A 64 18 19 64 26
Octal 301 122 0 0 72 144 30 31 144 46
Binary 11000001 1010010 0 0 111010 1100100 11000 11001 1100100 100110

Color Harmonies of #C15200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15200

Black with #C15200

Text Example


Text Example

White with #C15200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15200; }

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

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

background-color css

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

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

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

border-color css

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

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

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