Html Css Color HEX #C05B13 Tenne (Tawny)

📋 copy color: '#C05B13'

red 192 ◦ green 91 ◦ blue 19

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

Shades of Tenne (Tawny) #C05B13

Tints of Tenne (Tawny) #C05B13

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.13%

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

R = 63.58%
G = 30.13%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C05B13 (or 0xC05B13) is known color: Tenne (Tawny). HEX triplet: C0, 5B and 13. RGB value is (192,91,19). Sum of RGB (Red+Green+Blue) = 192+91+19=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05B13 is #3FA4EC. Grayscale: #717171. Windows color (decimal): -4170989 or 1268672. OLE color: 1268672.

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

Color convert

RGB 192 91 19 -
CMYK 0 0.53 0.90 0.25
HSL 24.97º 0.82% 0.41% -
HSV(B) 24.97º 0.9% 0.75% -
XYZ 25.6 18.74 2.88 -
YUV 112.99 74.96 184.35 -
System Red Green Blue C M Y K H S L
Decimal 192 91 19 0 0.53 0.90 0.25 24.97 0.82 0.41
Hex C0 5B 13 0 35 5A 19 19 52 29
Octal 300 133 23 0 65 132 31 31 122 51
Binary 11000000 1011011 10011 0 110101 1011010 11001 11001 1010010 101001

Color Harmonies of #C05B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05B13

Black with #C05B13

Text Example


Text Example

White with #C05B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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