Html Css Color HEX #C75010 Tenne (Tawny)

📋 copy color: '#C75010'

red 199 ◦ green 80 ◦ blue 16

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

Shades of Tenne (Tawny) #C75010

Tints of Tenne (Tawny) #C75010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.42%

R = 67.46%
G = 27.12%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C75010 (or 0xC75010) is known color: Tenne (Tawny). HEX triplet: C7, 50 and 10. RGB value is (199,80,16). Sum of RGB (Red+Green+Blue) = 199+80+16=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C75010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75010 is #38AFEF. Grayscale: #6C6C6C. Windows color (decimal): -3715056 or 1069255. OLE color: 1069255.

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

Color convert

RGB 199 80 16 -
CMYK 0 0.60 0.92 0.22
HSL 20.98º 0.85% 0.42% -
HSV(B) 20.98º 0.92% 0.78% -
XYZ 26.52 17.92 2.55 -
YUV 108.29 75.92 192.7 -
System Red Green Blue C M Y K H S L
Decimal 199 80 16 0 0.60 0.92 0.22 20.98 0.85 0.42
Hex C7 50 10 0 3C 5C 16 15 55 2A
Octal 307 120 20 0 74 134 26 25 125 52
Binary 11000111 1010000 10000 0 111100 1011100 10110 10101 1010101 101010

Color Harmonies of #C75010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75010

Black with #C75010

Text Example


Text Example

White with #C75010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75010; }

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

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

background-color css

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

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

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

border-color css

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

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

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