Html Css Color HEX #C75E11 Tenne (Tawny)

📋 copy color: '#C75E11'

red 199 ◦ green 94 ◦ blue 17

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

Shades of Tenne (Tawny) #C75E11

Tints of Tenne (Tawny) #C75E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.48%

R = 64.19%
G = 30.32%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C75E11 (or 0xC75E11) is known color: Tenne (Tawny). HEX triplet: C7, 5E and 11. RGB value is (199,94,17). Sum of RGB (Red+Green+Blue) = 199+94+17=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75E11 is #38A1EE. Grayscale: #757575. Windows color (decimal): -3711471 or 1138375. OLE color: 1138375.

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

Color convert

RGB 199 94 17 -
CMYK 0 0.53 0.91 0.22
HSL 25.38º 0.84% 0.42% -
HSV(B) 25.38º 0.91% 0.78% -
XYZ 27.66 20.19 2.97 -
YUV 116.62 71.79 186.76 -
System Red Green Blue C M Y K H S L
Decimal 199 94 17 0 0.53 0.91 0.22 25.38 0.84 0.42
Hex C7 5E 11 0 35 5B 16 19 54 2A
Octal 307 136 21 0 65 133 26 31 124 52
Binary 11000111 1011110 10001 0 110101 1011011 10110 11001 1010100 101010

Color Harmonies of #C75E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75E11

Black with #C75E11

Text Example


Text Example

White with #C75E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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