Html Css Color HEX #C05613 Tenne (Tawny)

📋 copy color: '#C05613'

red 192 ◦ green 86 ◦ blue 19

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

Shades of Tenne (Tawny) #C05613

Tints of Tenne (Tawny) #C05613

RGB

 RED value IS 192 (75.39% from 255) = 64.65%

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

 BLUE value IS 19 (7.81% from 255) = 6.4%

R = 64.65%
G = 28.96%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C05613 (or 0xC05613) is known color: Tenne (Tawny). HEX triplet: C0, 56 and 13. RGB value is (192,86,19). Sum of RGB (Red+Green+Blue) = 192+86+19=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C05613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05613 is #3FA9EC. Grayscale: #6E6E6E. Windows color (decimal): -4172269 or 1267392. OLE color: 1267392.

HSL color Cylindrical-coordinate representation of color #C05613: hue angle of 23.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C05613 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 86 19 -
CMYK 0 0.55 0.90 0.25
HSL 23.24º 0.82% 0.41% -
HSV(B) 23.24º 0.9% 0.75% -
XYZ 25.18 17.91 2.75 -
YUV 110.06 76.62 186.45 -
System Red Green Blue C M Y K H S L
Decimal 192 86 19 0 0.55 0.90 0.25 23.24 0.82 0.41
Hex C0 56 13 0 37 5A 19 17 52 29
Octal 300 126 23 0 67 132 31 27 122 51
Binary 11000000 1010110 10011 0 110111 1011010 11001 10111 1010010 101001

Color Harmonies of #C05613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05613

Black with #C05613

Text Example


Text Example

White with #C05613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05613; }

 p { color: rgb(192,86,19); }

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

background-color css

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

 a { background-color: rgb(192,86,19); }

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

border-color css

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

 span { border-color: rgb(192,86,19); }

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