Html Css Color HEX #C95101 Tenne (Tawny)

📋 copy color: '#C95101'

red 201 ◦ green 81 ◦ blue 1

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

Shades of Tenne (Tawny) #C95101

Tints of Tenne (Tawny) #C95101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.62%

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

R = 71.02%
G = 28.62%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C95101 (or 0xC95101) is known color: Tenne (Tawny). HEX triplet: C9, 51 and 01. RGB value is (201,81,1). Sum of RGB (Red+Green+Blue) = 201+81+1=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C95101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95101 is #36AEFE. Grayscale: #6C6C6C. Windows color (decimal): -3583743 or 86473. OLE color: 86473.

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

Color convert

RGB 201 81 1 -
CMYK 0 0.60 1.00 0.21
HSL 24º 0.99% 0.4% -
HSV(B) 24º 1% 0.79% -
XYZ 27.04 18.3 2.14 -
YUV 107.76 67.76 194.5 -
System Red Green Blue C M Y K H S L
Decimal 201 81 1 0 0.60 1.00 0.21 24 0.99 0.4
Hex C9 51 1 0 3C 64 15 18 63 28
Octal 311 121 1 0 74 144 25 30 143 50
Binary 11001001 1010001 1 0 111100 1100100 10101 11000 1100011 101000

Color Harmonies of #C95101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95101

Black with #C95101

Text Example


Text Example

White with #C95101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95101; }

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

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

background-color css

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

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

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

border-color css

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

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

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