Html Css Color HEX #C94F0E Tenne (Tawny)

📋 copy color: '#C94F0E'

red 201 ◦ green 79 ◦ blue 14

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

Shades of Tenne (Tawny) #C94F0E

Tints of Tenne (Tawny) #C94F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.76%

R = 68.37%
G = 26.87%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C94F0E (or 0xC94F0E) is known color: Tenne (Tawny). HEX triplet: C9, 4F and 0E. RGB value is (201,79,14). Sum of RGB (Red+Green+Blue) = 201+79+14=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94F0E is #36B0F1. Grayscale: #6C6C6C. Windows color (decimal): -3584242 or 937929. OLE color: 937929.

HSL color Cylindrical-coordinate representation of color #C94F0E: hue angle of 20.86º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C94F0E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 79 14 -
CMYK 0 0.61 0.93 0.21
HSL 20.86º 0.87% 0.42% -
HSV(B) 20.86º 0.93% 0.79% -
XYZ 26.96 18.04 2.48 -
YUV 108.07 74.92 194.29 -
System Red Green Blue C M Y K H S L
Decimal 201 79 14 0 0.61 0.93 0.21 20.86 0.87 0.42
Hex C9 4F E 0 3D 5D 15 15 57 2A
Octal 311 117 16 0 75 135 25 25 127 52
Binary 11001001 1001111 1110 0 111101 1011101 10101 10101 1010111 101010

Color Harmonies of #C94F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94F0E

Black with #C94F0E

Text Example


Text Example

White with #C94F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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