Html Css Color HEX #C05C10 Tenne (Tawny)

📋 copy color: '#C05C10'

red 192 ◦ green 92 ◦ blue 16

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

Shades of Tenne (Tawny) #C05C10

Tints of Tenne (Tawny) #C05C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.33%

R = 64%
G = 30.67%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C05C10 (or 0xC05C10) is known color: Tenne (Tawny). HEX triplet: C0, 5C and 10. RGB value is (192,92,16). Sum of RGB (Red+Green+Blue) = 192+92+16=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05C10 is #3FA3EF. Grayscale: #717171. Windows color (decimal): -4170736 or 1072320. OLE color: 1072320.

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

Color convert

RGB 192 92 16 -
CMYK 0 0.52 0.92 0.25
HSL 25.91º 0.85% 0.41% -
HSV(B) 25.91º 0.92% 0.75% -
XYZ 25.66 18.9 2.79 -
YUV 113.24 73.13 184.18 -
System Red Green Blue C M Y K H S L
Decimal 192 92 16 0 0.52 0.92 0.25 25.91 0.85 0.41
Hex C0 5C 10 0 34 5C 19 1A 55 29
Octal 300 134 20 0 64 134 31 32 125 51
Binary 11000000 1011100 10000 0 110100 1011100 11001 11010 1010101 101001

Color Harmonies of #C05C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05C10

Black with #C05C10

Text Example


Text Example

White with #C05C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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