Html Css Color HEX #C05F12 Tenne (Tawny)

📋 copy color: '#C05F12'

red 192 ◦ green 95 ◦ blue 18

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

Shades of Tenne (Tawny) #C05F12

Tints of Tenne (Tawny) #C05F12

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.15%

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

R = 62.95%
G = 31.15%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C05F12 (or 0xC05F12) is known color: Tenne (Tawny). HEX triplet: C0, 5F and 12. RGB value is (192,95,18). Sum of RGB (Red+Green+Blue) = 192+95+18=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05F12 is #3FA0ED. Grayscale: #737373. Windows color (decimal): -4169966 or 1204160. OLE color: 1204160.

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

Color convert

RGB 192 95 18 -
CMYK 0 0.51 0.91 0.25
HSL 26.55º 0.83% 0.41% -
HSV(B) 26.55º 0.91% 0.75% -
XYZ 25.94 19.43 2.96 -
YUV 115.23 73.14 182.76 -
System Red Green Blue C M Y K H S L
Decimal 192 95 18 0 0.51 0.91 0.25 26.55 0.83 0.41
Hex C0 5F 12 0 33 5B 19 1B 53 29
Octal 300 137 22 0 63 133 31 33 123 51
Binary 11000000 1011111 10010 0 110011 1011011 11001 11011 1010011 101001

Color Harmonies of #C05F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F12

Black with #C05F12

Text Example


Text Example

White with #C05F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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