Html Css Color HEX #C05E05 Tenne (Tawny)

📋 copy color: '#C05E05'

red 192 ◦ green 94 ◦ blue 5

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

Shades of Tenne (Tawny) #C05E05

Tints of Tenne (Tawny) #C05E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.72%

R = 65.98%
G = 32.3%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C05E05 (or 0xC05E05) is known color: Tenne (Tawny). HEX triplet: C0, 5E and 05. RGB value is (192,94,5). Sum of RGB (Red+Green+Blue) = 192+94+5=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05E05 is #3FA1FA. Grayscale: #717171. Windows color (decimal): -4170235 or 351936. OLE color: 351936.

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

Color convert

RGB 192 94 5 -
CMYK 0 0.51 0.97 0.25
HSL 28.56º 0.95% 0.39% -
HSV(B) 28.56º 0.97% 0.75% -
XYZ 25.77 19.22 2.5 -
YUV 113.16 66.97 184.24 -
System Red Green Blue C M Y K H S L
Decimal 192 94 5 0 0.51 0.97 0.25 28.56 0.95 0.39
Hex C0 5E 5 0 33 61 19 1D 5F 27
Octal 300 136 5 0 63 141 31 35 137 47
Binary 11000000 1011110 101 0 110011 1100001 11001 11101 1011111 100111

Color Harmonies of #C05E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E05

Black with #C05E05

Text Example


Text Example

White with #C05E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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