Html Css Color HEX #C05F04 Tenne (Tawny)

📋 copy color: '#C05F04'

red 192 ◦ green 95 ◦ blue 4

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

Shades of Tenne (Tawny) #C05F04

Tints of Tenne (Tawny) #C05F04

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.65%

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 65.98%
G = 32.65%
B = 1.37%

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

#C05F04 (or 0xC05F04) is known color: Tenne (Tawny). HEX triplet: C0, 5F and 04. RGB value is (192,95,4). Sum of RGB (Red+Green+Blue) = 192+95+4=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05F04 is #3FA0FB. Grayscale: #727272. Windows color (decimal): -4169980 or 286656. OLE color: 286656.

HSL color Cylindrical-coordinate representation of color #C05F04: hue angle of 29.04º degrees, saturation: 0.96, 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 #C05F04 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 95 4 -
CMYK 0 0.51 0.98 0.25
HSL 29.04º 0.96% 0.38% -
HSV(B) 29.04º 0.98% 0.75% -
XYZ 25.85 19.4 2.5 -
YUV 113.63 66.14 183.9 -
System Red Green Blue C M Y K H S L
Decimal 192 95 4 0 0.51 0.98 0.25 29.04 0.96 0.38
Hex C0 5F 4 0 33 62 19 1D 60 26
Octal 300 137 4 0 63 142 31 35 140 46
Binary 11000000 1011111 100 0 110011 1100010 11001 11101 1100000 100110

Color Harmonies of #C05F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F04

Black with #C05F04

Text Example


Text Example

White with #C05F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F04; }

 p { color: rgb(192,95,4); }

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

background-color css

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

 a { background-color: rgb(192,95,4); }

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

border-color css

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

 span { border-color: rgb(192,95,4); }

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