Html Css Color HEX #C94E0A Tenne (Tawny)

📋 copy color: '#C94E0A'

red 201 ◦ green 78 ◦ blue 10

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

Shades of Tenne (Tawny) #C94E0A

Tints of Tenne (Tawny) #C94E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.46%

R = 69.55%
G = 26.99%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C94E0A (or 0xC94E0A) is known color: Tenne (Tawny). HEX triplet: C9, 4E and 0A. RGB value is (201,78,10). Sum of RGB (Red+Green+Blue) = 201+78+10=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94E0A is #36B1F5. Grayscale: #6B6B6B. Windows color (decimal): -3584502 or 675529. OLE color: 675529.

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

Color convert

RGB 201 78 10 -
CMYK 0 0.61 0.95 0.21
HSL 21.36º 0.91% 0.41% -
HSV(B) 21.36º 0.95% 0.79% -
XYZ 26.87 17.89 2.32 -
YUV 107.03 73.25 195.03 -
System Red Green Blue C M Y K H S L
Decimal 201 78 10 0 0.61 0.95 0.21 21.36 0.91 0.41
Hex C9 4E A 0 3D 5F 15 15 5B 29
Octal 311 116 12 0 75 137 25 25 133 51
Binary 11001001 1001110 1010 0 111101 1011111 10101 10101 1011011 101001

Color Harmonies of #C94E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94E0A

Black with #C94E0A

Text Example


Text Example

White with #C94E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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