Html Css Color HEX #C95104 Tenne (Tawny)

📋 copy color: '#C95104'

red 201 ◦ green 81 ◦ blue 4

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

Shades of Tenne (Tawny) #C95104

Tints of Tenne (Tawny) #C95104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.32%

 BLUE value IS 4 (1.95% from 255) = 1.4%

R = 70.28%
G = 28.32%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C95104 (or 0xC95104) is known color: Tenne (Tawny). HEX triplet: C9, 51 and 04. RGB value is (201,81,4). Sum of RGB (Red+Green+Blue) = 201+81+4=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C95104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95104 is #36AEFB. Grayscale: #6C6C6C. Windows color (decimal): -3583740 or 283081. OLE color: 283081.

HSL color Cylindrical-coordinate representation of color #C95104: hue angle of 23.45º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C95104 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 4 -
CMYK 0 0.60 0.98 0.21
HSL 23.45º 0.96% 0.4% -
HSV(B) 23.45º 0.98% 0.79% -
XYZ 27.05 18.31 2.22 -
YUV 108.1 69.26 194.26 -
System Red Green Blue C M Y K H S L
Decimal 201 81 4 0 0.60 0.98 0.21 23.45 0.96 0.4
Hex C9 51 4 0 3C 62 15 17 60 28
Octal 311 121 4 0 74 142 25 27 140 50
Binary 11001001 1010001 100 0 111100 1100010 10101 10111 1100000 101000

Color Harmonies of #C95104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95104

Black with #C95104

Text Example


Text Example

White with #C95104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95104; }

 p { color: rgb(201,81,4); }

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

background-color css

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

 a { background-color: rgb(201,81,4); }

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

border-color css

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

 span { border-color: rgb(201,81,4); }

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