Html Css Color HEX #C05200 Tenne (Tawny)

📋 copy color: '#C05200'

red 192 ◦ green 82 ◦ blue 0

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

Shades of Tenne (Tawny) #C05200

Tints of Tenne (Tawny) #C05200

RGB

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

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

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

R = 70.07%
G = 29.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C05200 (or 0xC05200) is known color: Tenne (Tawny). HEX triplet: C0, 52 and 00. RGB value is (192,82,0). Sum of RGB (Red+Green+Blue) = 192+82+0=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C05200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05200 is #3FADFF. Grayscale: #696969. Windows color (decimal): -4173312 or 21184. OLE color: 21184.

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

Color convert

RGB 192 82 0 -
CMYK 0 0.57 1 0.25
HSL 25.63º 1% 0.38% -
HSV(B) 25.63º 1% 0.75% -
XYZ 24.76 17.24 2.02 -
YUV 105.54 68.44 189.67 -
System Red Green Blue C M Y K H S L
Decimal 192 82 0 0 0.57 1 0.25 25.63 1 0.38
Hex C0 52 0 0 39 64 19 1A 64 26
Octal 300 122 0 0 71 144 31 32 144 46
Binary 11000000 1010010 0 0 111001 1100100 11001 11010 1100100 100110

Color Harmonies of #C05200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05200

Black with #C05200

Text Example


Text Example

White with #C05200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05200; }

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

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

background-color css

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

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

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

border-color css

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

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

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