Html Css Color HEX #C15D0E Tenne (Tawny)

📋 copy color: '#C15D0E'

red 193 ◦ green 93 ◦ blue 14

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

Shades of Tenne (Tawny) #C15D0E

Tints of Tenne (Tawny) #C15D0E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

 BLUE value IS 14 (5.86% from 255) = 4.67%

R = 64.33%
G = 31%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C15D0E (or 0xC15D0E) is known color: Tenne (Tawny). HEX triplet: C1, 5D and 0E. RGB value is (193,93,14). Sum of RGB (Red+Green+Blue) = 193+93+14=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15D0E is #3EA2F1. Grayscale: #727272. Windows color (decimal): -4104946 or 941505. OLE color: 941505.

HSL color Cylindrical-coordinate representation of color #C15D0E: hue angle of 26.48º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C15D0E is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 93 14 -
CMYK 0 0.52 0.93 0.24
HSL 26.48º 0.86% 0.41% -
HSV(B) 26.48º 0.93% 0.76% -
XYZ 25.99 19.2 2.75 -
YUV 113.89 71.63 184.42 -
System Red Green Blue C M Y K H S L
Decimal 193 93 14 0 0.52 0.93 0.24 26.48 0.86 0.41
Hex C1 5D E 0 34 5D 18 1A 56 29
Octal 301 135 16 0 64 135 30 32 126 51
Binary 11000001 1011101 1110 0 110100 1011101 11000 11010 1010110 101001

Color Harmonies of #C15D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15D0E

Black with #C15D0E

Text Example


Text Example

White with #C15D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15D0E; }

 p { color: rgb(193,93,14); }

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

background-color css

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

 a { background-color: rgb(193,93,14); }

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

border-color css

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

 span { border-color: rgb(193,93,14); }

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