Html Css Color HEX #C05201 Tenne (Tawny)

📋 copy color: '#C05201'

red 192 ◦ green 82 ◦ blue 1

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

Shades of Tenne (Tawny) #C05201

Tints of Tenne (Tawny) #C05201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.82%

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

R = 69.82%
G = 29.82%
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

#C05201 (or 0xC05201) is known color: Tenne (Tawny). HEX triplet: C0, 52 and 01. RGB value is (192,82,1). Sum of RGB (Red+Green+Blue) = 192+82+1=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C05201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05201 is #3FADFE. Grayscale: #6A6A6A. Windows color (decimal): -4173311 or 86720. OLE color: 86720.

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

Color convert

RGB 192 82 1 -
CMYK 0 0.57 0.99 0.25
HSL 25.45º 0.99% 0.38% -
HSV(B) 25.45º 0.99% 0.75% -
XYZ 24.76 17.24 2.05 -
YUV 105.66 68.94 189.59 -
System Red Green Blue C M Y K H S L
Decimal 192 82 1 0 0.57 0.99 0.25 25.45 0.99 0.38
Hex C0 52 1 0 39 63 19 19 63 26
Octal 300 122 1 0 71 143 31 31 143 46
Binary 11000000 1010010 1 0 111001 1100011 11001 11001 1100011 100110

Color Harmonies of #C05201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05201

Black with #C05201

Text Example


Text Example

White with #C05201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05201; }

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

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

background-color css

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

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

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

border-color css

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

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

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