Html Css Color HEX #C75C11 Tenne (Tawny)

📋 copy color: '#C75C11'

red 199 ◦ green 92 ◦ blue 17

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

Shades of Tenne (Tawny) #C75C11

Tints of Tenne (Tawny) #C75C11

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.87%

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

R = 64.61%
G = 29.87%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C75C11 (or 0xC75C11) is known color: Tenne (Tawny). HEX triplet: C7, 5C and 11. RGB value is (199,92,17). Sum of RGB (Red+Green+Blue) = 199+92+17=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75C11 is #38A3EE. Grayscale: #737373. Windows color (decimal): -3711983 or 1137863. OLE color: 1137863.

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

Color convert

RGB 199 92 17 -
CMYK 0 0.54 0.91 0.22
HSL 24.73º 0.84% 0.42% -
HSV(B) 24.73º 0.91% 0.78% -
XYZ 27.48 19.84 2.91 -
YUV 115.44 72.45 187.6 -
System Red Green Blue C M Y K H S L
Decimal 199 92 17 0 0.54 0.91 0.22 24.73 0.84 0.42
Hex C7 5C 11 0 36 5B 16 19 54 2A
Octal 307 134 21 0 66 133 26 31 124 52
Binary 11000111 1011100 10001 0 110110 1011011 10110 11001 1010100 101010

Color Harmonies of #C75C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C11

Black with #C75C11

Text Example


Text Example

White with #C75C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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