Html Css Color HEX #C14D04 Tenne (Tawny)

📋 copy color: '#C14D04'

red 193 ◦ green 77 ◦ blue 4

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

Shades of Tenne (Tawny) #C14D04

Tints of Tenne (Tawny) #C14D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.1%

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

R = 70.44%
G = 28.1%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C14D04 (or 0xC14D04) is known color: Tenne (Tawny). HEX triplet: C1, 4D and 04. RGB value is (193,77,4). Sum of RGB (Red+Green+Blue) = 193+77+4=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C14D04 is #3EB2FB. Grayscale: #676767. Windows color (decimal): -4109052 or 282049. OLE color: 282049.

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

Color convert

RGB 193 77 4 -
CMYK 0 0.60 0.98 0.24
HSL 23.17º 0.96% 0.39% -
HSV(B) 23.17º 0.98% 0.76% -
XYZ 24.67 16.65 2.03 -
YUV 103.36 71.93 191.94 -
System Red Green Blue C M Y K H S L
Decimal 193 77 4 0 0.60 0.98 0.24 23.17 0.96 0.39
Hex C1 4D 4 0 3C 62 18 17 60 27
Octal 301 115 4 0 74 142 30 27 140 47
Binary 11000001 1001101 100 0 111100 1100010 11000 10111 1100000 100111

Color Harmonies of #C14D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14D04

Black with #C14D04

Text Example


Text Example

White with #C14D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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