Html Css Color HEX #C74600 Tenne (Tawny)

📋 copy color: '#C74600'

red 199 ◦ green 70 ◦ blue 0

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

Shades of Tenne (Tawny) #C74600

Tints of Tenne (Tawny) #C74600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.98%
G = 26.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C74600 (or 0xC74600) is known color: Tenne (Tawny). HEX triplet: C7, 46 and 00. RGB value is (199,70,0). Sum of RGB (Red+Green+Blue) = 199+70+0=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C74600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74600 is #38B9FF. Grayscale: #656565. Windows color (decimal): -3717632 or 18119. OLE color: 18119.

HSL color Cylindrical-coordinate representation of color #C74600: hue angle of 21.11º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C74600 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 70 0 -
CMYK 0 0.65 1 0.22
HSL 21.11º 1% 0.39% -
HSV(B) 21.11º 1% 0.78% -
XYZ 25.74 16.52 1.83 -
YUV 100.59 71.24 198.19 -
System Red Green Blue C M Y K H S L
Decimal 199 70 0 0 0.65 1 0.22 21.11 1 0.39
Hex C7 46 0 0 41 64 16 15 64 27
Octal 307 106 0 0 101 144 26 25 144 47
Binary 11000111 1000110 0 0 1000001 1100100 10110 10101 1100100 100111

Color Harmonies of #C74600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74600

Black with #C74600

Text Example


Text Example

White with #C74600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74600; }

 p { color: rgb(199,70,0); }

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

background-color css

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

 a { background-color: rgb(199,70,0); }

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

border-color css

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

 span { border-color: rgb(199,70,0); }

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