Html Css Color HEX #C05202 Tenne (Tawny)

📋 copy color: '#C05202'

red 192 ◦ green 82 ◦ blue 2

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

Shades of Tenne (Tawny) #C05202

Tints of Tenne (Tawny) #C05202

RGB

 RED value IS 192 (75.39% from 255) = 69.57%

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

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

R = 69.57%
G = 29.71%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C05202 (or 0xC05202) is known color: Tenne (Tawny). HEX triplet: C0, 52 and 02. RGB value is (192,82,2). Sum of RGB (Red+Green+Blue) = 192+82+2=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C05202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05202 is #3FADFD. Grayscale: #6A6A6A. Windows color (decimal): -4173310 or 152256. OLE color: 152256.

HSL color Cylindrical-coordinate representation of color #C05202: hue angle of 25.26º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C05202 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 82 2 -
CMYK 0 0.57 0.99 0.25
HSL 25.26º 0.98% 0.38% -
HSV(B) 25.26º 0.99% 0.75% -
XYZ 24.77 17.25 2.08 -
YUV 105.77 69.44 189.5 -
System Red Green Blue C M Y K H S L
Decimal 192 82 2 0 0.57 0.99 0.25 25.26 0.98 0.38
Hex C0 52 2 0 39 63 19 19 62 26
Octal 300 122 2 0 71 143 31 31 142 46
Binary 11000000 1010010 10 0 111001 1100011 11001 11001 1100010 100110

Color Harmonies of #C05202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05202

Black with #C05202

Text Example


Text Example

White with #C05202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05202; }

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

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

background-color css

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

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

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

border-color css

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

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

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