Html Css Color HEX #C75011 Tenne (Tawny)

📋 copy color: '#C75011'

red 199 ◦ green 80 ◦ blue 17

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

Shades of Tenne (Tawny) #C75011

Tints of Tenne (Tawny) #C75011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.03%

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

R = 67.23%
G = 27.03%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C75011 (or 0xC75011) is known color: Tenne (Tawny). HEX triplet: C7, 50 and 11. RGB value is (199,80,17). Sum of RGB (Red+Green+Blue) = 199+80+17=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C75011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75011 is #38AFEE. Grayscale: #6C6C6C. Windows color (decimal): -3715055 or 1134791. OLE color: 1134791.

HSL color Cylindrical-coordinate representation of color #C75011: hue angle of 20.77º 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 #C75011 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 80 17 -
CMYK 0 0.60 0.91 0.22
HSL 20.77º 0.84% 0.42% -
HSV(B) 20.77º 0.91% 0.78% -
XYZ 26.52 17.92 2.59 -
YUV 108.4 76.42 192.62 -
System Red Green Blue C M Y K H S L
Decimal 199 80 17 0 0.60 0.91 0.22 20.77 0.84 0.42
Hex C7 50 11 0 3C 5B 16 15 54 2A
Octal 307 120 21 0 74 133 26 25 124 52
Binary 11000111 1010000 10001 0 111100 1011011 10110 10101 1010100 101010

Color Harmonies of #C75011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75011

Black with #C75011

Text Example


Text Example

White with #C75011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75011; }

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

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

background-color css

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

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

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

border-color css

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

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

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