Html Css Color HEX #C15D12 Tenne (Tawny)

📋 copy color: '#C15D12'

red 193 ◦ green 93 ◦ blue 18

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

Shades of Tenne (Tawny) #C15D12

Tints of Tenne (Tawny) #C15D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.92%

R = 63.49%
G = 30.59%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C15D12 (or 0xC15D12) is known color: Tenne (Tawny). HEX triplet: C1, 5D and 12. RGB value is (193,93,18). Sum of RGB (Red+Green+Blue) = 193+93+18=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15D12 is #3EA2ED. Grayscale: #727272. Windows color (decimal): -4104942 or 1203649. OLE color: 1203649.

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

Color convert

RGB 193 93 18 -
CMYK 0 0.52 0.91 0.24
HSL 25.71º 0.83% 0.41% -
HSV(B) 25.71º 0.91% 0.76% -
XYZ 26.02 19.21 2.91 -
YUV 114.35 73.63 184.1 -
System Red Green Blue C M Y K H S L
Decimal 193 93 18 0 0.52 0.91 0.24 25.71 0.83 0.41
Hex C1 5D 12 0 34 5B 18 1A 53 29
Octal 301 135 22 0 64 133 30 32 123 51
Binary 11000001 1011101 10010 0 110100 1011011 11000 11010 1010011 101001

Color Harmonies of #C15D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15D12

Black with #C15D12

Text Example


Text Example

White with #C15D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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