Html Css Color HEX #C74F00 Tenne (Tawny)

📋 copy color: '#C74F00'

red 199 ◦ green 79 ◦ blue 0

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

Shades of Tenne (Tawny) #C74F00

Tints of Tenne (Tawny) #C74F00

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.42%

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

R = 71.58%
G = 28.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C74F00 (or 0xC74F00) is known color: Tenne (Tawny). HEX triplet: C7, 4F and 00. RGB value is (199,79,0). Sum of RGB (Red+Green+Blue) = 199+79+0=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C74F00 is #38B0FF. Grayscale: #6A6A6A. Windows color (decimal): -3715328 or 20423. OLE color: 20423.

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

Color convert

RGB 199 79 0 -
CMYK 0 0.60 1 0.22
HSL 23.82º 1% 0.39% -
HSV(B) 23.82º 1% 0.78% -
XYZ 26.35 17.73 2.03 -
YUV 105.87 68.26 194.42 -
System Red Green Blue C M Y K H S L
Decimal 199 79 0 0 0.60 1 0.22 23.82 1 0.39
Hex C7 4F 0 0 3C 64 16 18 64 27
Octal 307 117 0 0 74 144 26 30 144 47
Binary 11000111 1001111 0 0 111100 1100100 10110 11000 1100100 100111

Color Harmonies of #C74F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74F00

Black with #C74F00

Text Example


Text Example

White with #C74F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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