Html Css Color HEX #C94B0A Tenne (Tawny)

📋 copy color: '#C94B0A'

red 201 ◦ green 75 ◦ blue 10

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

Shades of Tenne (Tawny) #C94B0A

Tints of Tenne (Tawny) #C94B0A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.22%

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

R = 70.28%
G = 26.22%
B = 3.5%

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

#C94B0A (or 0xC94B0A) is known color: Tenne (Tawny). HEX triplet: C9, 4B and 0A. RGB value is (201,75,10). Sum of RGB (Red+Green+Blue) = 201+75+10=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94B0A is #36B4F5. Grayscale: #696969. Windows color (decimal): -3585270 or 674761. OLE color: 674761.

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

Color convert

RGB 201 75 10 -
CMYK 0 0.63 0.95 0.21
HSL 20.42º 0.91% 0.41% -
HSV(B) 20.42º 0.95% 0.79% -
XYZ 26.66 17.47 2.25 -
YUV 105.26 74.24 196.29 -
System Red Green Blue C M Y K H S L
Decimal 201 75 10 0 0.63 0.95 0.21 20.42 0.91 0.41
Hex C9 4B A 0 3F 5F 15 14 5B 29
Octal 311 113 12 0 77 137 25 24 133 51
Binary 11001001 1001011 1010 0 111111 1011111 10101 10100 1011011 101001

Color Harmonies of #C94B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94B0A

Black with #C94B0A

Text Example


Text Example

White with #C94B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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