Html Css Color HEX #C05304 Tenne (Tawny)

📋 copy color: '#C05304'

red 192 ◦ green 83 ◦ blue 4

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

Shades of Tenne (Tawny) #C05304

Tints of Tenne (Tawny) #C05304

RGB

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

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

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

R = 68.82%
G = 29.75%
B = 1.43%

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

#C05304 (or 0xC05304) is known color: Tenne (Tawny). HEX triplet: C0, 53 and 04. RGB value is (192,83,4). Sum of RGB (Red+Green+Blue) = 192+83+4=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C05304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05304 is #3FACFB. Grayscale: #6B6B6B. Windows color (decimal): -4173052 or 283584. OLE color: 283584.

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

Color convert

RGB 192 83 4 -
CMYK 0 0.57 0.98 0.25
HSL 25.21º 0.96% 0.38% -
HSV(B) 25.21º 0.98% 0.75% -
XYZ 24.85 17.4 2.16 -
YUV 106.59 70.11 188.92 -
System Red Green Blue C M Y K H S L
Decimal 192 83 4 0 0.57 0.98 0.25 25.21 0.96 0.38
Hex C0 53 4 0 39 62 19 19 60 26
Octal 300 123 4 0 71 142 31 31 140 46
Binary 11000000 1010011 100 0 111001 1100010 11001 11001 1100000 100110

Color Harmonies of #C05304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05304

Black with #C05304

Text Example


Text Example

White with #C05304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05304; }

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

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

background-color css

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

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

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

border-color css

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

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

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