Html Css Color HEX #C95710 Tenne (Tawny)

📋 copy color: '#C95710'

red 201 ◦ green 87 ◦ blue 16

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

Shades of Tenne (Tawny) #C95710

Tints of Tenne (Tawny) #C95710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.62%

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

R = 66.12%
G = 28.62%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C95710 (or 0xC95710) is known color: Tenne (Tawny). HEX triplet: C9, 57 and 10. RGB value is (201,87,16). Sum of RGB (Red+Green+Blue) = 201+87+16=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C95710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95710 is #36A8EF. Grayscale: #717171. Windows color (decimal): -3582192 or 1071049. OLE color: 1071049.

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

Color convert

RGB 201 87 16 -
CMYK 0 0.57 0.92 0.21
HSL 23.03º 0.85% 0.43% -
HSV(B) 23.03º 0.92% 0.79% -
XYZ 27.59 19.27 2.76 -
YUV 112.99 73.27 190.77 -
System Red Green Blue C M Y K H S L
Decimal 201 87 16 0 0.57 0.92 0.21 23.03 0.85 0.43
Hex C9 57 10 0 39 5C 15 17 55 2B
Octal 311 127 20 0 71 134 25 27 125 53
Binary 11001001 1010111 10000 0 111001 1011100 10101 10111 1010101 101011

Color Harmonies of #C95710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95710

Black with #C95710

Text Example


Text Example

White with #C95710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95710; }

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

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

background-color css

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

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

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

border-color css

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

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

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