Html Css Color HEX #C74C02 Tenne (Tawny)

📋 copy color: '#C74C02'

red 199 ◦ green 76 ◦ blue 2

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

Shades of Tenne (Tawny) #C74C02

Tints of Tenne (Tawny) #C74C02

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.44%

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

R = 71.84%
G = 27.44%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C74C02 (or 0xC74C02) is known color: Tenne (Tawny). HEX triplet: C7, 4C and 02. RGB value is (199,76,2). Sum of RGB (Red+Green+Blue) = 199+76+2=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74C02 is #38B3FD. Grayscale: #686868. Windows color (decimal): -3716094 or 150727. OLE color: 150727.

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

Color convert

RGB 199 76 2 -
CMYK 0 0.62 0.99 0.22
HSL 22.54º 0.98% 0.39% -
HSV(B) 22.54º 0.99% 0.78% -
XYZ 26.15 17.32 2.02 -
YUV 104.34 70.25 195.52 -
System Red Green Blue C M Y K H S L
Decimal 199 76 2 0 0.62 0.99 0.22 22.54 0.98 0.39
Hex C7 4C 2 0 3E 63 16 17 62 27
Octal 307 114 2 0 76 143 26 27 142 47
Binary 11000111 1001100 10 0 111110 1100011 10110 10111 1100010 100111

Color Harmonies of #C74C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74C02

Black with #C74C02

Text Example


Text Example

White with #C74C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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