Html Css Color HEX #C15612 Tenne (Tawny)

📋 copy color: '#C15612'

red 193 ◦ green 86 ◦ blue 18

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

Shades of Tenne (Tawny) #C15612

Tints of Tenne (Tawny) #C15612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.96%

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

R = 64.98%
G = 28.96%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C15612 (or 0xC15612) is known color: Tenne (Tawny). HEX triplet: C1, 56 and 12. RGB value is (193,86,18). Sum of RGB (Red+Green+Blue) = 193+86+18=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C15612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15612 is #3EA9ED. Grayscale: #6E6E6E. Windows color (decimal): -4106734 or 1201857. OLE color: 1201857.

HSL color Cylindrical-coordinate representation of color #C15612: hue angle of 23.31º 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 #C15612 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 86 18 -
CMYK 0 0.55 0.91 0.24
HSL 23.31º 0.83% 0.41% -
HSV(B) 23.31º 0.91% 0.76% -
XYZ 25.43 18.04 2.71 -
YUV 110.24 75.95 187.03 -
System Red Green Blue C M Y K H S L
Decimal 193 86 18 0 0.55 0.91 0.24 23.31 0.83 0.41
Hex C1 56 12 0 37 5B 18 17 53 29
Octal 301 126 22 0 67 133 30 27 123 51
Binary 11000001 1010110 10010 0 110111 1011011 11000 10111 1010011 101001

Color Harmonies of #C15612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15612

Black with #C15612

Text Example


Text Example

White with #C15612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15612; }

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

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

background-color css

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

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

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

border-color css

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

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

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