Html Css Color HEX #C94500 Tenne (Tawny)

📋 copy color: '#C94500'

red 201 ◦ green 69 ◦ blue 0

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

Shades of Tenne (Tawny) #C94500

Tints of Tenne (Tawny) #C94500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

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

R = 74.44%
G = 25.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C94500 (or 0xC94500) is known color: Tenne (Tawny). HEX triplet: C9, 45 and 00. RGB value is (201,69,0). Sum of RGB (Red+Green+Blue) = 201+69+0=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C94500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94500 is #36BAFF. Grayscale: #656565. Windows color (decimal): -3586816 or 17865. OLE color: 17865.

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

Color convert

RGB 201 69 0 -
CMYK 0 0.66 1 0.21
HSL 20.6º 1% 0.39% -
HSV(B) 20.6º 1% 0.79% -
XYZ 26.22 16.67 1.84 -
YUV 100.6 71.23 199.61 -
System Red Green Blue C M Y K H S L
Decimal 201 69 0 0 0.66 1 0.21 20.6 1 0.39
Hex C9 45 0 0 42 64 15 15 64 27
Octal 311 105 0 0 102 144 25 25 144 47
Binary 11001001 1000101 0 0 1000010 1100100 10101 10101 1100100 100111

Color Harmonies of #C94500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94500

Black with #C94500

Text Example


Text Example

White with #C94500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94500; }

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

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

background-color css

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

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

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

border-color css

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

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

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