Html Css Color HEX #C95811 Tenne (Tawny)

📋 copy color: '#C95811'

red 201 ◦ green 88 ◦ blue 17

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

Shades of Tenne (Tawny) #C95811

Tints of Tenne (Tawny) #C95811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.76%

 BLUE value IS 17 (7.03% from 255) = 5.56%

R = 65.69%
G = 28.76%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C95811 (or 0xC95811) is known color: Tenne (Tawny). HEX triplet: C9, 58 and 11. RGB value is (201,88,17). Sum of RGB (Red+Green+Blue) = 201+88+17=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C95811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95811 is #36A7EE. Grayscale: #727272. Windows color (decimal): -3581935 or 1136841. OLE color: 1136841.

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

Color convert

RGB 201 88 17 -
CMYK 0 0.56 0.92 0.21
HSL 23.15º 0.84% 0.43% -
HSV(B) 23.15º 0.92% 0.79% -
XYZ 27.68 19.44 2.82 -
YUV 113.69 73.44 190.27 -
System Red Green Blue C M Y K H S L
Decimal 201 88 17 0 0.56 0.92 0.21 23.15 0.84 0.43
Hex C9 58 11 0 38 5C 15 17 54 2B
Octal 311 130 21 0 70 134 25 27 124 53
Binary 11001001 1011000 10001 0 111000 1011100 10101 10111 1010100 101011

Color Harmonies of #C95811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95811

Black with #C95811

Text Example


Text Example

White with #C95811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95811; }

 p { color: rgb(201,88,17); }

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

background-color css

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

 a { background-color: rgb(201,88,17); }

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

border-color css

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

 span { border-color: rgb(201,88,17); }

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