Html Css Color HEX #C15202 Tenne (Tawny)

📋 copy color: '#C15202'

red 193 ◦ green 82 ◦ blue 2

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

Shades of Tenne (Tawny) #C15202

Tints of Tenne (Tawny) #C15202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 69.68%
G = 29.6%
B = 0.72%

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

#C15202 (or 0xC15202) is known color: Tenne (Tawny). HEX triplet: C1, 52 and 02. RGB value is (193,82,2). Sum of RGB (Red+Green+Blue) = 193+82+2=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C15202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15202 is #3EADFD. Grayscale: #6A6A6A. Windows color (decimal): -4107774 or 152257. OLE color: 152257.

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

Color convert

RGB 193 82 2 -
CMYK 0 0.58 0.99 0.24
HSL 25.13º 0.98% 0.38% -
HSV(B) 25.13º 0.99% 0.76% -
XYZ 25.02 17.38 2.09 -
YUV 106.07 69.27 190 -
System Red Green Blue C M Y K H S L
Decimal 193 82 2 0 0.58 0.99 0.24 25.13 0.98 0.38
Hex C1 52 2 0 3A 63 18 19 62 26
Octal 301 122 2 0 72 143 30 31 142 46
Binary 11000001 1010010 10 0 111010 1100011 11000 11001 1100010 100110

Color Harmonies of #C15202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15202

Black with #C15202

Text Example


Text Example

White with #C15202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15202; }

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

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

background-color css

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

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

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

border-color css

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

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

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