Html Css Color HEX #C05610 Tenne (Tawny)

📋 copy color: '#C05610'

red 192 ◦ green 86 ◦ blue 16

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

Shades of Tenne (Tawny) #C05610

Tints of Tenne (Tawny) #C05610

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.25%

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

R = 65.31%
G = 29.25%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C05610 (or 0xC05610) is known color: Tenne (Tawny). HEX triplet: C0, 56 and 10. RGB value is (192,86,16). Sum of RGB (Red+Green+Blue) = 192+86+16=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C05610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05610 is #3FA9EF. Grayscale: #6E6E6E. Windows color (decimal): -4172272 or 1070784. OLE color: 1070784.

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

Color convert

RGB 192 86 16 -
CMYK 0 0.55 0.92 0.25
HSL 23.86º 0.85% 0.41% -
HSV(B) 23.86º 0.92% 0.75% -
XYZ 25.16 17.9 2.62 -
YUV 109.71 75.12 186.69 -
System Red Green Blue C M Y K H S L
Decimal 192 86 16 0 0.55 0.92 0.25 23.86 0.85 0.41
Hex C0 56 10 0 37 5C 19 18 55 29
Octal 300 126 20 0 67 134 31 30 125 51
Binary 11000000 1010110 10000 0 110111 1011100 11001 11000 1010101 101001

Color Harmonies of #C05610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05610

Black with #C05610

Text Example


Text Example

White with #C05610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05610; }

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

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

background-color css

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

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

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

border-color css

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

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

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