Html Css Color HEX #C14F03 Tenne (Tawny)

📋 copy color: '#C14F03'

red 193 ◦ green 79 ◦ blue 3

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

Shades of Tenne (Tawny) #C14F03

Tints of Tenne (Tawny) #C14F03

RGB

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

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

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

R = 70.18%
G = 28.73%
B = 1.09%

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

#C14F03 (or 0xC14F03) is known color: Tenne (Tawny). HEX triplet: C1, 4F and 03. RGB value is (193,79,3). Sum of RGB (Red+Green+Blue) = 193+79+3=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C14F03 is #3EB0FC. Grayscale: #686868. Windows color (decimal): -4108541 or 217025. OLE color: 217025.

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

Color convert

RGB 193 79 3 -
CMYK 0 0.59 0.98 0.24
HSL 24º 0.97% 0.38% -
HSV(B) 24º 0.98% 0.76% -
XYZ 24.8 16.94 2.05 -
YUV 104.42 70.77 191.18 -
System Red Green Blue C M Y K H S L
Decimal 193 79 3 0 0.59 0.98 0.24 24 0.97 0.38
Hex C1 4F 3 0 3B 62 18 18 61 26
Octal 301 117 3 0 73 142 30 30 141 46
Binary 11000001 1001111 11 0 111011 1100010 11000 11000 1100001 100110

Color Harmonies of #C14F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14F03

Black with #C14F03

Text Example


Text Example

White with #C14F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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