Html Css Color HEX #C94F01 Tenne (Tawny)

📋 copy color: '#C94F01'

red 201 ◦ green 79 ◦ blue 1

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

Shades of Tenne (Tawny) #C94F01

Tints of Tenne (Tawny) #C94F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 71.53%
G = 28.11%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C94F01 (or 0xC94F01) is known color: Tenne (Tawny). HEX triplet: C9, 4F and 01. RGB value is (201,79,1). Sum of RGB (Red+Green+Blue) = 201+79+1=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94F01 is #36B0FE. Grayscale: #6B6B6B. Windows color (decimal): -3584255 or 85961. OLE color: 85961.

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

Color convert

RGB 201 79 1 -
CMYK 0 0.61 1.00 0.21
HSL 23.4º 0.99% 0.4% -
HSV(B) 23.4º 1% 0.79% -
XYZ 26.89 18.01 2.09 -
YUV 106.59 68.42 195.34 -
System Red Green Blue C M Y K H S L
Decimal 201 79 1 0 0.61 1.00 0.21 23.4 0.99 0.4
Hex C9 4F 1 0 3D 64 15 17 63 28
Octal 311 117 1 0 75 144 25 27 143 50
Binary 11001001 1001111 1 0 111101 1100100 10101 10111 1100011 101000

Color Harmonies of #C94F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94F01

Black with #C94F01

Text Example


Text Example

White with #C94F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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