Html Css Color HEX #C75101 Tenne (Tawny)

📋 copy color: '#C75101'

red 199 ◦ green 81 ◦ blue 1

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

Shades of Tenne (Tawny) #C75101

Tints of Tenne (Tawny) #C75101

RGB

 RED value IS 199 (78.13% from 255) = 70.82%

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

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

R = 70.82%
G = 28.83%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C75101 (or 0xC75101) is known color: Tenne (Tawny). HEX triplet: C7, 51 and 01. RGB value is (199,81,1). Sum of RGB (Red+Green+Blue) = 199+81+1=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C75101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75101 is #38AEFE. Grayscale: #6B6B6B. Windows color (decimal): -3714815 or 86471. OLE color: 86471.

HSL color Cylindrical-coordinate representation of color #C75101: hue angle of 24.24º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C75101 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 81 1 -
CMYK 0 0.59 0.99 0.22
HSL 24.24º 0.99% 0.39% -
HSV(B) 24.24º 0.99% 0.78% -
XYZ 26.5 18.03 2.11 -
YUV 107.16 68.09 193.5 -
System Red Green Blue C M Y K H S L
Decimal 199 81 1 0 0.59 0.99 0.22 24.24 0.99 0.39
Hex C7 51 1 0 3B 63 16 18 63 27
Octal 307 121 1 0 73 143 26 30 143 47
Binary 11000111 1010001 1 0 111011 1100011 10110 11000 1100011 100111

Color Harmonies of #C75101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75101

Black with #C75101

Text Example


Text Example

White with #C75101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75101; }

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

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

background-color css

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

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

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

border-color css

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

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

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