Html Css Color HEX #C95410 Tenne (Tawny)

📋 copy color: '#C95410'

red 201 ◦ green 84 ◦ blue 16

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

Shades of Tenne (Tawny) #C95410

Tints of Tenne (Tawny) #C95410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.91%

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 66.78%
G = 27.91%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C95410 (or 0xC95410) is known color: Tenne (Tawny). HEX triplet: C9, 54 and 10. RGB value is (201,84,16). Sum of RGB (Red+Green+Blue) = 201+84+16=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C95410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95410 is #36ABEF. Grayscale: #6F6F6F. Windows color (decimal): -3582960 or 1070281. OLE color: 1070281.

HSL color Cylindrical-coordinate representation of color #C95410: hue angle of 22.05º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C95410 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 84 16 -
CMYK 0 0.58 0.92 0.21
HSL 22.05º 0.85% 0.43% -
HSV(B) 22.05º 0.92% 0.79% -
XYZ 27.35 18.8 2.68 -
YUV 111.23 74.26 192.03 -
System Red Green Blue C M Y K H S L
Decimal 201 84 16 0 0.58 0.92 0.21 22.05 0.85 0.43
Hex C9 54 10 0 3A 5C 15 16 55 2B
Octal 311 124 20 0 72 134 25 26 125 53
Binary 11001001 1010100 10000 0 111010 1011100 10101 10110 1010101 101011

Color Harmonies of #C95410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95410

Black with #C95410

Text Example


Text Example

White with #C95410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95410; }

 p { color: rgb(201,84,16); }

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

background-color css

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

 a { background-color: rgb(201,84,16); }

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

border-color css

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

 span { border-color: rgb(201,84,16); }

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