Html Css Color HEX #C94E0C Tenne (Tawny)

📋 copy color: '#C94E0C'

red 201 ◦ green 78 ◦ blue 12

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

Shades of Tenne (Tawny) #C94E0C

Tints of Tenne (Tawny) #C94E0C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.8%

 BLUE value IS 12 (5.08% from 255) = 4.12%

R = 69.07%
G = 26.8%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C94E0C (or 0xC94E0C) is known color: Tenne (Tawny). HEX triplet: C9, 4E and 0C. RGB value is (201,78,12). Sum of RGB (Red+Green+Blue) = 201+78+12=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94E0C is #36B1F3. Grayscale: #6B6B6B. Windows color (decimal): -3584500 or 806601. OLE color: 806601.

HSL color Cylindrical-coordinate representation of color #C94E0C: hue angle of 20.95º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C94E0C is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 78 12 -
CMYK 0 0.61 0.94 0.21
HSL 20.95º 0.89% 0.42% -
HSV(B) 20.95º 0.94% 0.79% -
XYZ 26.88 17.89 2.38 -
YUV 107.25 74.25 194.87 -
System Red Green Blue C M Y K H S L
Decimal 201 78 12 0 0.61 0.94 0.21 20.95 0.89 0.42
Hex C9 4E C 0 3D 5E 15 15 59 2A
Octal 311 116 14 0 75 136 25 25 131 52
Binary 11001001 1001110 1100 0 111101 1011110 10101 10101 1011001 101010

Color Harmonies of #C94E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94E0C

Black with #C94E0C

Text Example


Text Example

White with #C94E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94E0C; }

 p { color: rgb(201,78,12); }

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

background-color css

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

 a { background-color: rgb(201,78,12); }

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

border-color css

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

 span { border-color: rgb(201,78,12); }

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