Html Css Color HEX #C04F03 Tenne (Tawny)

📋 copy color: '#C04F03'

red 192 ◦ green 79 ◦ blue 3

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

Shades of Tenne (Tawny) #C04F03

Tints of Tenne (Tawny) #C04F03

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.83%

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

R = 70.07%
G = 28.83%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C04F03 (or 0xC04F03) is known color: Tenne (Tawny). HEX triplet: C0, 4F and 03. RGB value is (192,79,3). Sum of RGB (Red+Green+Blue) = 192+79+3=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04F03 is #3FB0FC. Grayscale: #686868. Windows color (decimal): -4174077 or 217024. OLE color: 217024.

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

Color convert

RGB 192 79 3 -
CMYK 0 0.59 0.98 0.25
HSL 24.13º 0.97% 0.38% -
HSV(B) 24.13º 0.98% 0.75% -
XYZ 24.55 16.81 2.04 -
YUV 104.12 70.94 190.68 -
System Red Green Blue C M Y K H S L
Decimal 192 79 3 0 0.59 0.98 0.25 24.13 0.97 0.38
Hex C0 4F 3 0 3B 62 19 18 61 26
Octal 300 117 3 0 73 142 31 30 141 46
Binary 11000000 1001111 11 0 111011 1100010 11001 11000 1100001 100110

Color Harmonies of #C04F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F03

Black with #C04F03

Text Example


Text Example

White with #C04F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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