Html Css Color HEX #C94600 Tenne (Tawny)

📋 copy color: '#C94600'

red 201 ◦ green 70 ◦ blue 0

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

Shades of Tenne (Tawny) #C94600

Tints of Tenne (Tawny) #C94600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

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

R = 74.17%
G = 25.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C94600 (or 0xC94600) is known color: Tenne (Tawny). HEX triplet: C9, 46 and 00. RGB value is (201,70,0). Sum of RGB (Red+Green+Blue) = 201+70+0=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C94600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94600 is #36B9FF. Grayscale: #656565. Windows color (decimal): -3586560 or 18121. OLE color: 18121.

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

Color convert

RGB 201 70 0 -
CMYK 0 0.65 1 0.21
HSL 20.9º 1% 0.39% -
HSV(B) 20.9º 1% 0.79% -
XYZ 26.28 16.8 1.86 -
YUV 101.19 70.9 199.19 -
System Red Green Blue C M Y K H S L
Decimal 201 70 0 0 0.65 1 0.21 20.9 1 0.39
Hex C9 46 0 0 41 64 15 15 64 27
Octal 311 106 0 0 101 144 25 25 144 47
Binary 11001001 1000110 0 0 1000001 1100100 10101 10101 1100100 100111

Color Harmonies of #C94600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94600

Black with #C94600

Text Example


Text Example

White with #C94600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94600; }

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

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

background-color css

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

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

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

border-color css

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

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

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