Html Css Color HEX #C94905 Tenne (Tawny)

📋 copy color: '#C94905'

red 201 ◦ green 73 ◦ blue 5

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

Shades of Tenne (Tawny) #C94905

Tints of Tenne (Tawny) #C94905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 72.04%
G = 26.16%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C94905 (or 0xC94905) is known color: Tenne (Tawny). HEX triplet: C9, 49 and 05. RGB value is (201,73,5). Sum of RGB (Red+Green+Blue) = 201+73+5=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C94905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94905 is #36B6FA. Grayscale: #676767. Windows color (decimal): -3585787 or 346569. OLE color: 346569.

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

Color convert

RGB 201 73 5 -
CMYK 0 0.64 0.98 0.21
HSL 20.82º 0.95% 0.4% -
HSV(B) 20.82º 0.98% 0.79% -
XYZ 26.5 17.19 2.07 -
YUV 103.52 72.41 197.53 -
System Red Green Blue C M Y K H S L
Decimal 201 73 5 0 0.64 0.98 0.21 20.82 0.95 0.4
Hex C9 49 5 0 40 62 15 15 5F 28
Octal 311 111 5 0 100 142 25 25 137 50
Binary 11001001 1001001 101 0 1000000 1100010 10101 10101 1011111 101000

Color Harmonies of #C94905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94905

Black with #C94905

Text Example


Text Example

White with #C94905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94905; }

 p { color: rgb(201,73,5); }

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

background-color css

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

 a { background-color: rgb(201,73,5); }

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

border-color css

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

 span { border-color: rgb(201,73,5); }

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