Html Css Color HEX #C75E10 Tenne (Tawny)

📋 copy color: '#C75E10'

red 199 ◦ green 94 ◦ blue 16

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

Shades of Tenne (Tawny) #C75E10

Tints of Tenne (Tawny) #C75E10

RGB

 RED value IS 199 (78.13% from 255) = 64.4%

 GREEN value IS 94 (37.11% from 255) = 30.42%

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

R = 64.4%
G = 30.42%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C75E10 (or 0xC75E10) is known color: Tenne (Tawny). HEX triplet: C7, 5E and 10. RGB value is (199,94,16). Sum of RGB (Red+Green+Blue) = 199+94+16=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75E10 is #38A1EF. Grayscale: #747474. Windows color (decimal): -3711472 or 1072839. OLE color: 1072839.

HSL color Cylindrical-coordinate representation of color #C75E10: hue angle of 25.57º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C75E10 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 94 16 -
CMYK 0 0.53 0.92 0.22
HSL 25.57º 0.85% 0.42% -
HSV(B) 25.57º 0.92% 0.78% -
XYZ 27.65 20.18 2.93 -
YUV 116.5 71.29 186.84 -
System Red Green Blue C M Y K H S L
Decimal 199 94 16 0 0.53 0.92 0.22 25.57 0.85 0.42
Hex C7 5E 10 0 35 5C 16 1A 55 2A
Octal 307 136 20 0 65 134 26 32 125 52
Binary 11000111 1011110 10000 0 110101 1011100 10110 11010 1010101 101010

Color Harmonies of #C75E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75E10

Black with #C75E10

Text Example


Text Example

White with #C75E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75E10; }

 p { color: rgb(199,94,16); }

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

background-color css

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

 a { background-color: rgb(199,94,16); }

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

border-color css

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

 span { border-color: rgb(199,94,16); }

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