Html Css Color HEX #C94F05 Tenne (Tawny)

📋 copy color: '#C94F05'

red 201 ◦ green 79 ◦ blue 5

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

Shades of Tenne (Tawny) #C94F05

Tints of Tenne (Tawny) #C94F05

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.72%

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

R = 70.53%
G = 27.72%
B = 1.75%

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

#C94F05 (or 0xC94F05) is known color: Tenne (Tawny). HEX triplet: C9, 4F and 05. RGB value is (201,79,5). Sum of RGB (Red+Green+Blue) = 201+79+5=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94F05 is #36B0FA. Grayscale: #6B6B6B. Windows color (decimal): -3584251 or 348105. OLE color: 348105.

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

Color convert

RGB 201 79 5 -
CMYK 0 0.61 0.98 0.21
HSL 22.65º 0.95% 0.4% -
HSV(B) 22.65º 0.98% 0.79% -
XYZ 26.91 18.02 2.2 -
YUV 107.04 70.42 195.02 -
System Red Green Blue C M Y K H S L
Decimal 201 79 5 0 0.61 0.98 0.21 22.65 0.95 0.4
Hex C9 4F 5 0 3D 62 15 17 5F 28
Octal 311 117 5 0 75 142 25 27 137 50
Binary 11001001 1001111 101 0 111101 1100010 10101 10111 1011111 101000

Color Harmonies of #C94F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94F05

Black with #C94F05

Text Example


Text Example

White with #C94F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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