Html Css Color HEX #C95011 Tenne (Tawny)

📋 copy color: '#C95011'

red 201 ◦ green 80 ◦ blue 17

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

Shades of Tenne (Tawny) #C95011

Tints of Tenne (Tawny) #C95011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.85%

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

R = 67.45%
G = 26.85%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C95011 (or 0xC95011) is known color: Tenne (Tawny). HEX triplet: C9, 50 and 11. RGB value is (201,80,17). Sum of RGB (Red+Green+Blue) = 201+80+17=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C95011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95011 is #36AFEE. Grayscale: #6D6D6D. Windows color (decimal): -3583983 or 1134793. OLE color: 1134793.

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

Color convert

RGB 201 80 17 -
CMYK 0 0.60 0.92 0.21
HSL 20.54º 0.84% 0.43% -
HSV(B) 20.54º 0.92% 0.79% -
XYZ 27.06 18.2 2.62 -
YUV 109 76.09 193.62 -
System Red Green Blue C M Y K H S L
Decimal 201 80 17 0 0.60 0.92 0.21 20.54 0.84 0.43
Hex C9 50 11 0 3C 5C 15 15 54 2B
Octal 311 120 21 0 74 134 25 25 124 53
Binary 11001001 1010000 10001 0 111100 1011100 10101 10101 1010100 101011

Color Harmonies of #C95011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95011

Black with #C95011

Text Example


Text Example

White with #C95011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95011; }

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

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

background-color css

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

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

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

border-color css

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

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

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