Html Css Color HEX #C05710 Tenne (Tawny)

📋 copy color: '#C05710'

red 192 ◦ green 87 ◦ blue 16

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

Shades of Tenne (Tawny) #C05710

Tints of Tenne (Tawny) #C05710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.49%

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

R = 65.08%
G = 29.49%
B = 5.42%

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

#C05710 (or 0xC05710) is known color: Tenne (Tawny). HEX triplet: C0, 57 and 10. RGB value is (192,87,16). Sum of RGB (Red+Green+Blue) = 192+87+16=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C05710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05710 is #3FA8EF. Grayscale: #6E6E6E. Windows color (decimal): -4172016 or 1071040. OLE color: 1071040.

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

Color convert

RGB 192 87 16 -
CMYK 0 0.55 0.92 0.25
HSL 24.2º 0.85% 0.41% -
HSV(B) 24.2º 0.92% 0.75% -
XYZ 25.24 18.06 2.65 -
YUV 110.3 74.79 186.27 -
System Red Green Blue C M Y K H S L
Decimal 192 87 16 0 0.55 0.92 0.25 24.2 0.85 0.41
Hex C0 57 10 0 37 5C 19 18 55 29
Octal 300 127 20 0 67 134 31 30 125 51
Binary 11000000 1010111 10000 0 110111 1011100 11001 11000 1010101 101001

Color Harmonies of #C05710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05710

Black with #C05710

Text Example


Text Example

White with #C05710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05710; }

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

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

background-color css

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

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

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

border-color css

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

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

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