Html Css Color HEX #C94200 Tenne (Tawny)

📋 copy color: '#C94200'

red 201 ◦ green 66 ◦ blue 0

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

Shades of Tenne (Tawny) #C94200

Tints of Tenne (Tawny) #C94200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

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

R = 75.28%
G = 24.72%
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

#C94200 (or 0xC94200) is known color: Tenne (Tawny). HEX triplet: C9, 42 and 00. RGB value is (201,66,0). Sum of RGB (Red+Green+Blue) = 201+66+0=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C94200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94200 is #36BDFF. Grayscale: #636363. Windows color (decimal): -3587584 or 17097. OLE color: 17097.

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

Color convert

RGB 201 66 0 -
CMYK 0 0.67 1 0.21
HSL 19.7º 1% 0.39% -
HSV(B) 19.7º 1% 0.79% -
XYZ 26.04 16.31 1.78 -
YUV 98.84 72.23 200.87 -
System Red Green Blue C M Y K H S L
Decimal 201 66 0 0 0.67 1 0.21 19.7 1 0.39
Hex C9 42 0 0 43 64 15 14 64 27
Octal 311 102 0 0 103 144 25 24 144 47
Binary 11001001 1000010 0 0 1000011 1100100 10101 10100 1100100 100111

Color Harmonies of #C94200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94200

Black with #C94200

Text Example


Text Example

White with #C94200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94200; }

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

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

background-color css

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

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

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

border-color css

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

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

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