Html Css Color HEX #C94300 Tenne (Tawny)

📋 copy color: '#C94300'

red 201 ◦ green 67 ◦ blue 0

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

Shades of Tenne (Tawny) #C94300

Tints of Tenne (Tawny) #C94300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25%

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

R = 75%
G = 25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C94300 (or 0xC94300) is known color: Tenne (Tawny). HEX triplet: C9, 43 and 00. RGB value is (201,67,0). Sum of RGB (Red+Green+Blue) = 201+67+0=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C94300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94300 is #36BCFF. Grayscale: #636363. Windows color (decimal): -3587328 or 17353. OLE color: 17353.

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

Color convert

RGB 201 67 0 -
CMYK 0 0.67 1 0.21
HSL 20º 1% 0.39% -
HSV(B) 20º 1% 0.79% -
XYZ 26.09 16.43 1.8 -
YUV 99.43 71.89 200.45 -
System Red Green Blue C M Y K H S L
Decimal 201 67 0 0 0.67 1 0.21 20 1 0.39
Hex C9 43 0 0 43 64 15 14 64 27
Octal 311 103 0 0 103 144 25 24 144 47
Binary 11001001 1000011 0 0 1000011 1100100 10101 10100 1100100 100111

Color Harmonies of #C94300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94300

Black with #C94300

Text Example


Text Example

White with #C94300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94300; }

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

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

background-color css

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

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

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

border-color css

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

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

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