Html Css Color HEX #C95701 Tenne (Tawny)

📋 copy color: '#C95701'

red 201 ◦ green 87 ◦ blue 1

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

Shades of Tenne (Tawny) #C95701

Tints of Tenne (Tawny) #C95701

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

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

R = 69.55%
G = 30.1%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C95701 (or 0xC95701) is known color: Tenne (Tawny). HEX triplet: C9, 57 and 01. RGB value is (201,87,1). Sum of RGB (Red+Green+Blue) = 201+87+1=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C95701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95701 is #36A8FE. Grayscale: #6F6F6F. Windows color (decimal): -3582207 or 88009. OLE color: 88009.

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

Color convert

RGB 201 87 1 -
CMYK 0 0.57 1.00 0.21
HSL 25.8º 0.99% 0.4% -
HSV(B) 25.8º 1% 0.79% -
XYZ 27.5 19.24 2.29 -
YUV 111.28 65.77 191.99 -
System Red Green Blue C M Y K H S L
Decimal 201 87 1 0 0.57 1.00 0.21 25.8 0.99 0.4
Hex C9 57 1 0 39 64 15 1A 63 28
Octal 311 127 1 0 71 144 25 32 143 50
Binary 11001001 1010111 1 0 111001 1100100 10101 11010 1100011 101000

Color Harmonies of #C95701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95701

Black with #C95701

Text Example


Text Example

White with #C95701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95701; }

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

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

background-color css

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

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

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

border-color css

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

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

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