Html Css Color HEX #C75215 Tenne (Tawny)

📋 copy color: '#C75215'

red 199 ◦ green 82 ◦ blue 21

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

Shades of Tenne (Tawny) #C75215

Tints of Tenne (Tawny) #C75215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.15%

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 65.89%
G = 27.15%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C75215 (or 0xC75215) is known color: Tenne (Tawny). HEX triplet: C7, 52 and 15. RGB value is (199,82,21). Sum of RGB (Red+Green+Blue) = 199+82+21=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C75215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75215 is #38ADEA. Grayscale: #6E6E6E. Windows color (decimal): -3714539 or 1397447. OLE color: 1397447.

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

Color convert

RGB 199 82 21 -
CMYK 0 0.59 0.89 0.22
HSL 20.56º 0.81% 0.43% -
HSV(B) 20.56º 0.89% 0.78% -
XYZ 26.71 18.23 2.82 -
YUV 110.03 77.76 191.46 -
System Red Green Blue C M Y K H S L
Decimal 199 82 21 0 0.59 0.89 0.22 20.56 0.81 0.43
Hex C7 52 15 0 3B 59 16 15 51 2B
Octal 307 122 25 0 73 131 26 25 121 53
Binary 11000111 1010010 10101 0 111011 1011001 10110 10101 1010001 101011

Color Harmonies of #C75215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75215

Black with #C75215

Text Example


Text Example

White with #C75215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75215; }

 p { color: rgb(199,82,21); }

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

background-color css

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

 a { background-color: rgb(199,82,21); }

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

border-color css

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

 span { border-color: rgb(199,82,21); }

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