Html Css Color HEX #C95501 Tenne (Tawny)

📋 copy color: '#C95501'

red 201 ◦ green 85 ◦ blue 1

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

Shades of Tenne (Tawny) #C95501

Tints of Tenne (Tawny) #C95501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 70.03%
G = 29.62%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C95501 (or 0xC95501) is known color: Tenne (Tawny). HEX triplet: C9, 55 and 01. RGB value is (201,85,1). Sum of RGB (Red+Green+Blue) = 201+85+1=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C95501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95501 is #36AAFE. Grayscale: #6E6E6E. Windows color (decimal): -3582719 or 87497. OLE color: 87497.

HSL color Cylindrical-coordinate representation of color #C95501: hue angle of 25.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C95501 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 85 1 -
CMYK 0 0.58 1.00 0.21
HSL 25.2º 0.99% 0.4% -
HSV(B) 25.2º 1% 0.79% -
XYZ 27.34 18.92 2.24 -
YUV 110.11 66.43 192.83 -
System Red Green Blue C M Y K H S L
Decimal 201 85 1 0 0.58 1.00 0.21 25.2 0.99 0.4
Hex C9 55 1 0 3A 64 15 19 63 28
Octal 311 125 1 0 72 144 25 31 143 50
Binary 11001001 1010101 1 0 111010 1100100 10101 11001 1100011 101000

Color Harmonies of #C95501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95501

Black with #C95501

Text Example


Text Example

White with #C95501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95501; }

 p { color: rgb(201,85,1); }

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

background-color css

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

 a { background-color: rgb(201,85,1); }

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

border-color css

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

 span { border-color: rgb(201,85,1); }

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