Html Css Color HEX #C14F04 Tenne (Tawny)

📋 copy color: '#C14F04'

red 193 ◦ green 79 ◦ blue 4

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

Shades of Tenne (Tawny) #C14F04

Tints of Tenne (Tawny) #C14F04

RGB

 RED value IS 193 (75.78% from 255) = 69.93%

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

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

R = 69.93%
G = 28.62%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C14F04 (or 0xC14F04) is known color: Tenne (Tawny). HEX triplet: C1, 4F and 04. RGB value is (193,79,4). Sum of RGB (Red+Green+Blue) = 193+79+4=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C14F04 is #3EB0FB. Grayscale: #686868. Windows color (decimal): -4108540 or 282561. OLE color: 282561.

HSL color Cylindrical-coordinate representation of color #C14F04: hue angle of 23.81º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C14F04 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 79 4 -
CMYK 0 0.59 0.98 0.24
HSL 23.81º 0.96% 0.39% -
HSV(B) 23.81º 0.98% 0.76% -
XYZ 24.81 16.94 2.08 -
YUV 104.54 71.27 191.1 -
System Red Green Blue C M Y K H S L
Decimal 193 79 4 0 0.59 0.98 0.24 23.81 0.96 0.39
Hex C1 4F 4 0 3B 62 18 18 60 27
Octal 301 117 4 0 73 142 30 30 140 47
Binary 11000001 1001111 100 0 111011 1100010 11000 11000 1100000 100111

Color Harmonies of #C14F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14F04

Black with #C14F04

Text Example


Text Example

White with #C14F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14F04; }

 p { color: rgb(193,79,4); }

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

background-color css

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

 a { background-color: rgb(193,79,4); }

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

border-color css

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

 span { border-color: rgb(193,79,4); }

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