Html Css Color HEX #C05301 Tenne (Tawny)

📋 copy color: '#C05301'

red 192 ◦ green 83 ◦ blue 1

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

Shades of Tenne (Tawny) #C05301

Tints of Tenne (Tawny) #C05301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

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

R = 69.57%
G = 30.07%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C05301 (or 0xC05301) is known color: Tenne (Tawny). HEX triplet: C0, 53 and 01. RGB value is (192,83,1). Sum of RGB (Red+Green+Blue) = 192+83+1=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C05301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05301 is #3FACFE. Grayscale: #6A6A6A. Windows color (decimal): -4173055 or 86976. OLE color: 86976.

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

Color convert

RGB 192 83 1 -
CMYK 0 0.57 0.99 0.25
HSL 25.76º 0.99% 0.38% -
HSV(B) 25.76º 0.99% 0.75% -
XYZ 24.84 17.4 2.08 -
YUV 106.24 68.61 189.17 -
System Red Green Blue C M Y K H S L
Decimal 192 83 1 0 0.57 0.99 0.25 25.76 0.99 0.38
Hex C0 53 1 0 39 63 19 1A 63 26
Octal 300 123 1 0 71 143 31 32 143 46
Binary 11000000 1010011 1 0 111001 1100011 11001 11010 1100011 100110

Color Harmonies of #C05301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05301

Black with #C05301

Text Example


Text Example

White with #C05301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05301; }

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

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

background-color css

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

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

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

border-color css

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

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

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