Html Css Color HEX #C75114 Tenne (Tawny)

📋 copy color: '#C75114'

red 199 ◦ green 81 ◦ blue 20

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

Shades of Tenne (Tawny) #C75114

Tints of Tenne (Tawny) #C75114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27%

 BLUE value IS 20 (8.2% from 255) = 6.67%

R = 66.33%
G = 27%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C75114 (or 0xC75114) is known color: Tenne (Tawny). HEX triplet: C7, 51 and 14. RGB value is (199,81,20). Sum of RGB (Red+Green+Blue) = 199+81+20=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C75114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75114 is #38AEEB. Grayscale: #6D6D6D. Windows color (decimal): -3714796 or 1331655. OLE color: 1331655.

HSL color Cylindrical-coordinate representation of color #C75114: hue angle of 20.45º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C75114 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 81 20 -
CMYK 0 0.59 0.90 0.22
HSL 20.45º 0.82% 0.43% -
HSV(B) 20.45º 0.9% 0.78% -
XYZ 26.62 18.08 2.75 -
YUV 109.33 77.59 191.96 -
System Red Green Blue C M Y K H S L
Decimal 199 81 20 0 0.59 0.90 0.22 20.45 0.82 0.43
Hex C7 51 14 0 3B 5A 16 14 52 2B
Octal 307 121 24 0 73 132 26 24 122 53
Binary 11000111 1010001 10100 0 111011 1011010 10110 10100 1010010 101011

Color Harmonies of #C75114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75114

Black with #C75114

Text Example


Text Example

White with #C75114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75114; }

 p { color: rgb(199,81,20); }

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

background-color css

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

 a { background-color: rgb(199,81,20); }

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

border-color css

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

 span { border-color: rgb(199,81,20); }

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