Html Css Color HEX #C05801 Tenne (Tawny)

📋 copy color: '#C05801'

red 192 ◦ green 88 ◦ blue 1

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

Shades of Tenne (Tawny) #C05801

Tints of Tenne (Tawny) #C05801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.32%

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

R = 68.33%
G = 31.32%
B = 0.36%

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

#C05801 (or 0xC05801) is known color: Tenne (Tawny). HEX triplet: C0, 58 and 01. RGB value is (192,88,1). Sum of RGB (Red+Green+Blue) = 192+88+1=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C05801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05801 is #3FA7FE. Grayscale: #6D6D6D. Windows color (decimal): -4171775 or 88256. OLE color: 88256.

HSL color Cylindrical-coordinate representation of color #C05801: hue angle of 27.33º 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 #C05801 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 88 1 -
CMYK 0 0.54 0.99 0.25
HSL 27.33º 0.99% 0.38% -
HSV(B) 27.33º 0.99% 0.75% -
XYZ 25.23 18.19 2.21 -
YUV 109.18 66.96 187.07 -
System Red Green Blue C M Y K H S L
Decimal 192 88 1 0 0.54 0.99 0.25 27.33 0.99 0.38
Hex C0 58 1 0 36 63 19 1B 63 26
Octal 300 130 1 0 66 143 31 33 143 46
Binary 11000000 1011000 1 0 110110 1100011 11001 11011 1100011 100110

Color Harmonies of #C05801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05801

Black with #C05801

Text Example


Text Example

White with #C05801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05801; }

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

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

background-color css

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

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

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

border-color css

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

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

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