Html Css Color HEX #C05901 Tenne (Tawny)

📋 copy color: '#C05901'

red 192 ◦ green 89 ◦ blue 1

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

Shades of Tenne (Tawny) #C05901

Tints of Tenne (Tawny) #C05901

RGB

 RED value IS 192 (75.39% from 255) = 68.09%

 GREEN value IS 89 (35.16% from 255) = 31.56%

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

R = 68.09%
G = 31.56%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C05901 (or 0xC05901) is known color: Tenne (Tawny). HEX triplet: C0, 59 and 01. RGB value is (192,89,1). Sum of RGB (Red+Green+Blue) = 192+89+1=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C05901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05901 is #3FA6FE. Grayscale: #6E6E6E. Windows color (decimal): -4171519 or 88512. OLE color: 88512.

HSL color Cylindrical-coordinate representation of color #C05901: hue angle of 27.64º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C05901 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 89 1 -
CMYK 0 0.54 0.99 0.25
HSL 27.64º 0.99% 0.38% -
HSV(B) 27.64º 0.99% 0.75% -
XYZ 25.32 18.35 2.24 -
YUV 109.77 66.62 186.66 -
System Red Green Blue C M Y K H S L
Decimal 192 89 1 0 0.54 0.99 0.25 27.64 0.99 0.38
Hex C0 59 1 0 36 63 19 1C 63 26
Octal 300 131 1 0 66 143 31 34 143 46
Binary 11000000 1011001 1 0 110110 1100011 11001 11100 1100011 100110

Color Harmonies of #C05901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05901

Black with #C05901

Text Example


Text Example

White with #C05901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05901; }

 p { color: rgb(192,89,1); }

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

background-color css

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

 a { background-color: rgb(192,89,1); }

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

border-color css

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

 span { border-color: rgb(192,89,1); }

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