Html Css Color HEX #C74502 Tenne (Tawny)

📋 copy color: '#C74502'

red 199 ◦ green 69 ◦ blue 2

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

Shades of Tenne (Tawny) #C74502

Tints of Tenne (Tawny) #C74502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

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

R = 73.7%
G = 25.56%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C74502 (or 0xC74502) is known color: Tenne (Tawny). HEX triplet: C7, 45 and 02. RGB value is (199,69,2). Sum of RGB (Red+Green+Blue) = 199+69+2=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C74502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74502 is #38BAFD. Grayscale: #646464. Windows color (decimal): -3717886 or 148935. OLE color: 148935.

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

Color convert

RGB 199 69 2 -
CMYK 0 0.65 0.99 0.22
HSL 20.41º 0.98% 0.39% -
HSV(B) 20.41º 0.99% 0.78% -
XYZ 25.69 16.4 1.87 -
YUV 100.23 72.57 198.45 -
System Red Green Blue C M Y K H S L
Decimal 199 69 2 0 0.65 0.99 0.22 20.41 0.98 0.39
Hex C7 45 2 0 41 63 16 14 62 27
Octal 307 105 2 0 101 143 26 24 142 47
Binary 11000111 1000101 10 0 1000001 1100011 10110 10100 1100010 100111

Color Harmonies of #C74502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74502

Black with #C74502

Text Example


Text Example

White with #C74502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74502; }

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

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

background-color css

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

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

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

border-color css

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

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

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