Html Css Color HEX #C94400 Tenne (Tawny)

📋 copy color: '#C94400'

red 201 ◦ green 68 ◦ blue 0

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

Shades of Tenne (Tawny) #C94400

Tints of Tenne (Tawny) #C94400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

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

R = 74.72%
G = 25.28%
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

#C94400 (or 0xC94400) is known color: Tenne (Tawny). HEX triplet: C9, 44 and 00. RGB value is (201,68,0). Sum of RGB (Red+Green+Blue) = 201+68+0=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C94400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94400 is #36BBFF. Grayscale: #646464. Windows color (decimal): -3587072 or 17609. OLE color: 17609.

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

Color convert

RGB 201 68 0 -
CMYK 0 0.66 1 0.21
HSL 20.3º 1% 0.39% -
HSV(B) 20.3º 1% 0.79% -
XYZ 26.15 16.55 1.82 -
YUV 100.02 71.56 200.03 -
System Red Green Blue C M Y K H S L
Decimal 201 68 0 0 0.66 1 0.21 20.3 1 0.39
Hex C9 44 0 0 42 64 15 14 64 27
Octal 311 104 0 0 102 144 25 24 144 47
Binary 11001001 1000100 0 0 1000010 1100100 10101 10100 1100100 100111

Color Harmonies of #C94400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94400

Black with #C94400

Text Example


Text Example

White with #C94400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94400; }

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

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

background-color css

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

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

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

border-color css

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

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

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