Html Css Color HEX #C74C03 Tenne (Tawny)

📋 copy color: '#C74C03'

red 199 ◦ green 76 ◦ blue 3

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

Shades of Tenne (Tawny) #C74C03

Tints of Tenne (Tawny) #C74C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 71.58%
G = 27.34%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C74C03 (or 0xC74C03) is known color: Tenne (Tawny). HEX triplet: C7, 4C and 03. RGB value is (199,76,3). Sum of RGB (Red+Green+Blue) = 199+76+3=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74C03 is #38B3FC. Grayscale: #686868. Windows color (decimal): -3716093 or 216263. OLE color: 216263.

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

Color convert

RGB 199 76 3 -
CMYK 0 0.62 0.98 0.22
HSL 22.35º 0.97% 0.4% -
HSV(B) 22.35º 0.98% 0.78% -
XYZ 26.15 17.32 2.05 -
YUV 104.46 70.75 195.44 -
System Red Green Blue C M Y K H S L
Decimal 199 76 3 0 0.62 0.98 0.22 22.35 0.97 0.4
Hex C7 4C 3 0 3E 62 16 16 61 28
Octal 307 114 3 0 76 142 26 26 141 50
Binary 11000111 1001100 11 0 111110 1100010 10110 10110 1100001 101000

Color Harmonies of #C74C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74C03

Black with #C74C03

Text Example


Text Example

White with #C74C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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