Html Css Color HEX #C05100 Tenne (Tawny)

📋 copy color: '#C05100'

red 192 ◦ green 81 ◦ blue 0

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

Shades of Tenne (Tawny) #C05100

Tints of Tenne (Tawny) #C05100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.67%

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

R = 70.33%
G = 29.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C05100 (or 0xC05100) is known color: Tenne (Tawny). HEX triplet: C0, 51 and 00. RGB value is (192,81,0). Sum of RGB (Red+Green+Blue) = 192+81+0=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C05100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05100 is #3FAEFF. Grayscale: #696969. Windows color (decimal): -4173568 or 20928. OLE color: 20928.

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

Color convert

RGB 192 81 0 -
CMYK 0 0.58 1 0.25
HSL 25.31º 1% 0.38% -
HSV(B) 25.31º 1% 0.75% -
XYZ 24.68 17.09 2 -
YUV 104.96 68.77 190.09 -
System Red Green Blue C M Y K H S L
Decimal 192 81 0 0 0.58 1 0.25 25.31 1 0.38
Hex C0 51 0 0 3A 64 19 19 64 26
Octal 300 121 0 0 72 144 31 31 144 46
Binary 11000000 1010001 0 0 111010 1100100 11001 11001 1100100 100110

Color Harmonies of #C05100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05100

Black with #C05100

Text Example


Text Example

White with #C05100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05100; }

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

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

background-color css

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

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

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

border-color css

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

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

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