Html Css Color HEX #C94702 Tenne (Tawny)

📋 copy color: '#C94702'

red 201 ◦ green 71 ◦ blue 2

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

Shades of Tenne (Tawny) #C94702

Tints of Tenne (Tawny) #C94702

RGB

 RED value IS 201 (78.91% from 255) = 73.36%

 GREEN value IS 71 (28.13% from 255) = 25.91%

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

R = 73.36%
G = 25.91%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C94702 (or 0xC94702) is known color: Tenne (Tawny). HEX triplet: C9, 47 and 02. RGB value is (201,71,2). Sum of RGB (Red+Green+Blue) = 201+71+2=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C94702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94702 is #36B8FD. Grayscale: #666666. Windows color (decimal): -3586302 or 149449. OLE color: 149449.

HSL color Cylindrical-coordinate representation of color #C94702: hue angle of 20.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C94702 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 71 2 -
CMYK 0 0.65 0.99 0.21
HSL 20.8º 0.98% 0.4% -
HSV(B) 20.8º 0.99% 0.79% -
XYZ 26.35 16.93 1.94 -
YUV 102 71.57 198.61 -
System Red Green Blue C M Y K H S L
Decimal 201 71 2 0 0.65 0.99 0.21 20.8 0.98 0.4
Hex C9 47 2 0 41 63 15 15 62 28
Octal 311 107 2 0 101 143 25 25 142 50
Binary 11001001 1000111 10 0 1000001 1100011 10101 10101 1100010 101000

Color Harmonies of #C94702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94702

Black with #C94702

Text Example


Text Example

White with #C94702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94702; }

 p { color: rgb(201,71,2); }

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

background-color css

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

 a { background-color: rgb(201,71,2); }

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

border-color css

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

 span { border-color: rgb(201,71,2); }

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