Html Css Color HEX #C14900 Tenne (Tawny)

📋 copy color: '#C14900'

red 193 ◦ green 73 ◦ blue 0

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

Shades of Tenne (Tawny) #C14900

Tints of Tenne (Tawny) #C14900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.56%
G = 27.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C14900 (or 0xC14900) is known color: Tenne (Tawny). HEX triplet: C1, 49 and 00. RGB value is (193,73,0). Sum of RGB (Red+Green+Blue) = 193+73+0=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C14900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14900 is #3EB6FF. Grayscale: #646464. Windows color (decimal): -4110080 or 18881. OLE color: 18881.

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

Color convert

RGB 193 73 0 -
CMYK 0 0.62 1 0.24
HSL 22.69º 1% 0.38% -
HSV(B) 22.69º 1% 0.76% -
XYZ 24.37 16.1 1.82 -
YUV 100.56 71.26 193.94 -
System Red Green Blue C M Y K H S L
Decimal 193 73 0 0 0.62 1 0.24 22.69 1 0.38
Hex C1 49 0 0 3E 64 18 17 64 26
Octal 301 111 0 0 76 144 30 27 144 46
Binary 11000001 1001001 0 0 111110 1100100 11000 10111 1100100 100110

Color Harmonies of #C14900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14900

Black with #C14900

Text Example


Text Example

White with #C14900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14900; }

 p { color: rgb(193,73,0); }

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

background-color css

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

 a { background-color: rgb(193,73,0); }

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

border-color css

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

 span { border-color: rgb(193,73,0); }

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