Html Css Color HEX #C05C13 Tenne (Tawny)

📋 copy color: '#C05C13'

red 192 ◦ green 92 ◦ blue 19

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

Shades of Tenne (Tawny) #C05C13

Tints of Tenne (Tawny) #C05C13

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.36%

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

R = 63.37%
G = 30.36%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C05C13 (or 0xC05C13) is known color: Tenne (Tawny). HEX triplet: C0, 5C and 13. RGB value is (192,92,19). Sum of RGB (Red+Green+Blue) = 192+92+19=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05C13 is #3FA3EC. Grayscale: #717171. Windows color (decimal): -4170733 or 1268928. OLE color: 1268928.

HSL color Cylindrical-coordinate representation of color #C05C13: hue angle of 25.32º 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 #C05C13 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 92 19 -
CMYK 0 0.52 0.90 0.25
HSL 25.32º 0.82% 0.41% -
HSV(B) 25.32º 0.9% 0.75% -
XYZ 25.68 18.91 2.91 -
YUV 113.58 74.63 183.94 -
System Red Green Blue C M Y K H S L
Decimal 192 92 19 0 0.52 0.90 0.25 25.32 0.82 0.41
Hex C0 5C 13 0 34 5A 19 19 52 29
Octal 300 134 23 0 64 132 31 31 122 51
Binary 11000000 1011100 10011 0 110100 1011010 11001 11001 1010010 101001

Color Harmonies of #C05C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05C13

Black with #C05C13

Text Example


Text Example

White with #C05C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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