Html Css Color HEX #C94E05 Tenne (Tawny)

📋 copy color: '#C94E05'

red 201 ◦ green 78 ◦ blue 5

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

Shades of Tenne (Tawny) #C94E05

Tints of Tenne (Tawny) #C94E05

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.46%

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

R = 70.77%
G = 27.46%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C94E05 (or 0xC94E05) is known color: Tenne (Tawny). HEX triplet: C9, 4E and 05. RGB value is (201,78,5). Sum of RGB (Red+Green+Blue) = 201+78+5=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94E05 is #36B1FA. Grayscale: #6A6A6A. Windows color (decimal): -3584507 or 347849. OLE color: 347849.

HSL color Cylindrical-coordinate representation of color #C94E05: hue angle of 22.35º 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 #C94E05 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 78 5 -
CMYK 0 0.61 0.98 0.21
HSL 22.35º 0.95% 0.4% -
HSV(B) 22.35º 0.98% 0.79% -
XYZ 26.84 17.88 2.18 -
YUV 106.46 70.75 195.44 -
System Red Green Blue C M Y K H S L
Decimal 201 78 5 0 0.61 0.98 0.21 22.35 0.95 0.4
Hex C9 4E 5 0 3D 62 15 16 5F 28
Octal 311 116 5 0 75 142 25 26 137 50
Binary 11001001 1001110 101 0 111101 1100010 10101 10110 1011111 101000

Color Harmonies of #C94E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94E05

Black with #C94E05

Text Example


Text Example

White with #C94E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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