Html Css Color HEX #C14E08 Tenne (Tawny)

📋 copy color: '#C14E08'

red 193 ◦ green 78 ◦ blue 8

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

Shades of Tenne (Tawny) #C14E08

Tints of Tenne (Tawny) #C14E08

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.96%

 BLUE value IS 8 (3.52% from 255) = 2.87%

R = 69.18%
G = 27.96%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C14E08 (or 0xC14E08) is known color: Tenne (Tawny). HEX triplet: C1, 4E and 08. RGB value is (193,78,8). Sum of RGB (Red+Green+Blue) = 193+78+8=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C14E08 is #3EB1F7. Grayscale: #686868. Windows color (decimal): -4108792 or 544449. OLE color: 544449.

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

Color convert

RGB 193 78 8 -
CMYK 0 0.60 0.96 0.24
HSL 22.7º 0.92% 0.39% -
HSV(B) 22.7º 0.96% 0.76% -
XYZ 24.76 16.8 2.17 -
YUV 104.41 73.6 191.19 -
System Red Green Blue C M Y K H S L
Decimal 193 78 8 0 0.60 0.96 0.24 22.7 0.92 0.39
Hex C1 4E 8 0 3C 60 18 17 5C 27
Octal 301 116 10 0 74 140 30 27 134 47
Binary 11000001 1001110 1000 0 111100 1100000 11000 10111 1011100 100111

Color Harmonies of #C14E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14E08

Black with #C14E08

Text Example


Text Example

White with #C14E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14E08; }

 p { color: rgb(193,78,8); }

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

background-color css

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

 a { background-color: rgb(193,78,8); }

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

border-color css

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

 span { border-color: rgb(193,78,8); }

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