Html Css Color HEX #C14F05 Tenne (Tawny)

📋 copy color: '#C14F05'

red 193 ◦ green 79 ◦ blue 5

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

Shades of Tenne (Tawny) #C14F05

Tints of Tenne (Tawny) #C14F05

RGB

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

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

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

R = 69.68%
G = 28.52%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C14F05 (or 0xC14F05) is known color: Tenne (Tawny). HEX triplet: C1, 4F and 05. RGB value is (193,79,5). Sum of RGB (Red+Green+Blue) = 193+79+5=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C14F05 is #3EB0FA. Grayscale: #696969. Windows color (decimal): -4108539 or 348097. OLE color: 348097.

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

Color convert

RGB 193 79 5 -
CMYK 0 0.59 0.97 0.24
HSL 23.62º 0.95% 0.39% -
HSV(B) 23.62º 0.97% 0.76% -
XYZ 24.82 16.94 2.11 -
YUV 104.65 71.77 191.02 -
System Red Green Blue C M Y K H S L
Decimal 193 79 5 0 0.59 0.97 0.24 23.62 0.95 0.39
Hex C1 4F 5 0 3B 61 18 18 5F 27
Octal 301 117 5 0 73 141 30 30 137 47
Binary 11000001 1001111 101 0 111011 1100001 11000 11000 1011111 100111

Color Harmonies of #C14F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14F05

Black with #C14F05

Text Example


Text Example

White with #C14F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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