Html Css Color HEX #C95611 Tenne (Tawny)

📋 copy color: '#C95611'

red 201 ◦ green 86 ◦ blue 17

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

Shades of Tenne (Tawny) #C95611

Tints of Tenne (Tawny) #C95611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.29%

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

R = 66.12%
G = 28.29%
B = 5.59%

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

#C95611 (or 0xC95611) is known color: Tenne (Tawny). HEX triplet: C9, 56 and 11. RGB value is (201,86,17). Sum of RGB (Red+Green+Blue) = 201+86+17=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C95611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95611 is #36A9EE. Grayscale: #707070. Windows color (decimal): -3582447 or 1136329. OLE color: 1136329.

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

Color convert

RGB 201 86 17 -
CMYK 0 0.57 0.92 0.21
HSL 22.5º 0.84% 0.43% -
HSV(B) 22.5º 0.92% 0.79% -
XYZ 27.52 19.11 2.77 -
YUV 112.52 74.1 191.11 -
System Red Green Blue C M Y K H S L
Decimal 201 86 17 0 0.57 0.92 0.21 22.5 0.84 0.43
Hex C9 56 11 0 39 5C 15 16 54 2B
Octal 311 126 21 0 71 134 25 26 124 53
Binary 11001001 1010110 10001 0 111001 1011100 10101 10110 1010100 101011

Color Harmonies of #C95611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95611

Black with #C95611

Text Example


Text Example

White with #C95611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95611; }

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

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

background-color css

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

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

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

border-color css

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

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

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