Html Css Color HEX #C94A0A Tenne (Tawny)

📋 copy color: '#C94A0A'

red 201 ◦ green 74 ◦ blue 10

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

Shades of Tenne (Tawny) #C94A0A

Tints of Tenne (Tawny) #C94A0A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.96%

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

R = 70.53%
G = 25.96%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C94A0A (or 0xC94A0A) is known color: Tenne (Tawny). HEX triplet: C9, 4A and 0A. RGB value is (201,74,10). Sum of RGB (Red+Green+Blue) = 201+74+10=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94A0A is #36B5F5. Grayscale: #696969. Windows color (decimal): -3585526 or 674505. OLE color: 674505.

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

Color convert

RGB 201 74 10 -
CMYK 0 0.63 0.95 0.21
HSL 20.1º 0.91% 0.41% -
HSV(B) 20.1º 0.95% 0.79% -
XYZ 26.59 17.34 2.23 -
YUV 104.68 74.58 196.7 -
System Red Green Blue C M Y K H S L
Decimal 201 74 10 0 0.63 0.95 0.21 20.1 0.91 0.41
Hex C9 4A A 0 3F 5F 15 14 5B 29
Octal 311 112 12 0 77 137 25 24 133 51
Binary 11001001 1001010 1010 0 111111 1011111 10101 10100 1011011 101001

Color Harmonies of #C94A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94A0A

Black with #C94A0A

Text Example


Text Example

White with #C94A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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