Html Css Color HEX #C94F00 Tenne (Tawny)

📋 copy color: '#C94F00'

red 201 ◦ green 79 ◦ blue 0

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

Shades of Tenne (Tawny) #C94F00

Tints of Tenne (Tawny) #C94F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.79%
G = 28.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C94F00 (or 0xC94F00) is known color: Tenne (Tawny). HEX triplet: C9, 4F and 00. RGB value is (201,79,0). Sum of RGB (Red+Green+Blue) = 201+79+0=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94F00 is #36B0FF. Grayscale: #6A6A6A. Windows color (decimal): -3584256 or 20425. OLE color: 20425.

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

Color convert

RGB 201 79 0 -
CMYK 0 0.61 1 0.21
HSL 23.58º 1% 0.39% -
HSV(B) 23.58º 1% 0.79% -
XYZ 26.88 18.01 2.06 -
YUV 106.47 67.92 195.42 -
System Red Green Blue C M Y K H S L
Decimal 201 79 0 0 0.61 1 0.21 23.58 1 0.39
Hex C9 4F 0 0 3D 64 15 18 64 27
Octal 311 117 0 0 75 144 25 30 144 47
Binary 11001001 1001111 0 0 111101 1100100 10101 11000 1100100 100111

Color Harmonies of #C94F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94F00

Black with #C94F00

Text Example


Text Example

White with #C94F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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