Html Css Color HEX #C74902 Tenne (Tawny)

📋 copy color: '#C74902'

red 199 ◦ green 73 ◦ blue 2

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

Shades of Tenne (Tawny) #C74902

Tints of Tenne (Tawny) #C74902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.64%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 72.63%
G = 26.64%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C74902 (or 0xC74902) is known color: Tenne (Tawny). HEX triplet: C7, 49 and 02. RGB value is (199,73,2). Sum of RGB (Red+Green+Blue) = 199+73+2=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C74902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74902 is #38B6FD. Grayscale: #666666. Windows color (decimal): -3716862 or 149959. OLE color: 149959.

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

Color convert

RGB 199 73 2 -
CMYK 0 0.63 0.99 0.22
HSL 21.62º 0.98% 0.39% -
HSV(B) 21.62º 0.99% 0.78% -
XYZ 25.95 16.91 1.95 -
YUV 102.58 71.24 196.77 -
System Red Green Blue C M Y K H S L
Decimal 199 73 2 0 0.63 0.99 0.22 21.62 0.98 0.39
Hex C7 49 2 0 3F 63 16 16 62 27
Octal 307 111 2 0 77 143 26 26 142 47
Binary 11000111 1001001 10 0 111111 1100011 10110 10110 1100010 100111

Color Harmonies of #C74902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74902

Black with #C74902

Text Example


Text Example

White with #C74902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74902; }

 p { color: rgb(199,73,2); }

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

background-color css

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

 a { background-color: rgb(199,73,2); }

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

border-color css

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

 span { border-color: rgb(199,73,2); }

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