Html Css Color HEX #C05204 Tenne (Tawny)

📋 copy color: '#C05204'

red 192 ◦ green 82 ◦ blue 4

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

Shades of Tenne (Tawny) #C05204

Tints of Tenne (Tawny) #C05204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.44%

R = 69.06%
G = 29.5%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C05204 (or 0xC05204) is known color: Tenne (Tawny). HEX triplet: C0, 52 and 04. RGB value is (192,82,4). Sum of RGB (Red+Green+Blue) = 192+82+4=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C05204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05204 is #3FADFB. Grayscale: #6A6A6A. Windows color (decimal): -4173308 or 283328. OLE color: 283328.

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

Color convert

RGB 192 82 4 -
CMYK 0 0.57 0.98 0.25
HSL 24.89º 0.96% 0.38% -
HSV(B) 24.89º 0.98% 0.75% -
XYZ 24.78 17.25 2.14 -
YUV 106 70.44 189.34 -
System Red Green Blue C M Y K H S L
Decimal 192 82 4 0 0.57 0.98 0.25 24.89 0.96 0.38
Hex C0 52 4 0 39 62 19 19 60 26
Octal 300 122 4 0 71 142 31 31 140 46
Binary 11000000 1010010 100 0 111001 1100010 11001 11001 1100000 100110

Color Harmonies of #C05204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05204

Black with #C05204

Text Example


Text Example

White with #C05204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05204; }

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

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

background-color css

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

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

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

border-color css

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

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

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