Html Css Color HEX #C05912 Tenne (Tawny)

📋 copy color: '#C05912'

red 192 ◦ green 89 ◦ blue 18

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

Shades of Tenne (Tawny) #C05912

Tints of Tenne (Tawny) #C05912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.77%

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

R = 64.21%
G = 29.77%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C05912 (or 0xC05912) is known color: Tenne (Tawny). HEX triplet: C0, 59 and 12. RGB value is (192,89,18). Sum of RGB (Red+Green+Blue) = 192+89+18=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C05912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05912 is #3FA6ED. Grayscale: #707070. Windows color (decimal): -4171502 or 1202624. OLE color: 1202624.

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

Color convert

RGB 192 89 18 -
CMYK 0 0.54 0.91 0.25
HSL 24.48º 0.83% 0.41% -
HSV(B) 24.48º 0.91% 0.75% -
XYZ 25.42 18.39 2.78 -
YUV 111.7 75.12 185.27 -
System Red Green Blue C M Y K H S L
Decimal 192 89 18 0 0.54 0.91 0.25 24.48 0.83 0.41
Hex C0 59 12 0 36 5B 19 18 53 29
Octal 300 131 22 0 66 133 31 30 123 51
Binary 11000000 1011001 10010 0 110110 1011011 11001 11000 1010011 101001

Color Harmonies of #C05912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05912

Black with #C05912

Text Example


Text Example

White with #C05912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05912; }

 p { color: rgb(192,89,18); }

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

background-color css

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

 a { background-color: rgb(192,89,18); }

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

border-color css

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

 span { border-color: rgb(192,89,18); }

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