Html Css Color HEX #C05E03 Tenne (Tawny)

📋 copy color: '#C05E03'

red 192 ◦ green 94 ◦ blue 3

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

Shades of Tenne (Tawny) #C05E03

Tints of Tenne (Tawny) #C05E03

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.53%

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 66.44%
G = 32.53%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C05E03 (or 0xC05E03) is known color: Tenne (Tawny). HEX triplet: C0, 5E and 03. RGB value is (192,94,3). Sum of RGB (Red+Green+Blue) = 192+94+3=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05E03 is #3FA1FC. Grayscale: #717171. Windows color (decimal): -4170237 or 220864. OLE color: 220864.

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

Color convert

RGB 192 94 3 -
CMYK 0 0.51 0.98 0.25
HSL 28.89º 0.97% 0.38% -
HSV(B) 28.89º 0.98% 0.75% -
XYZ 25.76 19.22 2.44 -
YUV 112.93 65.97 184.4 -
System Red Green Blue C M Y K H S L
Decimal 192 94 3 0 0.51 0.98 0.25 28.89 0.97 0.38
Hex C0 5E 3 0 33 62 19 1D 61 26
Octal 300 136 3 0 63 142 31 35 141 46
Binary 11000000 1011110 11 0 110011 1100010 11001 11101 1100001 100110

Color Harmonies of #C05E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E03

Black with #C05E03

Text Example


Text Example

White with #C05E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E03; }

 p { color: rgb(192,94,3); }

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

background-color css

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

 a { background-color: rgb(192,94,3); }

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

border-color css

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

 span { border-color: rgb(192,94,3); }

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