Html Css Color HEX #C05604 Tenne (Tawny)

📋 copy color: '#C05604'

red 192 ◦ green 86 ◦ blue 4

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

Shades of Tenne (Tawny) #C05604

Tints of Tenne (Tawny) #C05604

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.5%

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

R = 68.09%
G = 30.5%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C05604 (or 0xC05604) is known color: Tenne (Tawny). HEX triplet: C0, 56 and 04. RGB value is (192,86,4). Sum of RGB (Red+Green+Blue) = 192+86+4=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C05604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05604 is #3FA9FB. Grayscale: #6C6C6C. Windows color (decimal): -4172284 or 284352. OLE color: 284352.

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

Color convert

RGB 192 86 4 -
CMYK 0 0.55 0.98 0.25
HSL 26.17º 0.96% 0.38% -
HSV(B) 26.17º 0.98% 0.75% -
XYZ 25.09 17.87 2.24 -
YUV 108.35 69.12 187.67 -
System Red Green Blue C M Y K H S L
Decimal 192 86 4 0 0.55 0.98 0.25 26.17 0.96 0.38
Hex C0 56 4 0 37 62 19 1A 60 26
Octal 300 126 4 0 67 142 31 32 140 46
Binary 11000000 1010110 100 0 110111 1100010 11001 11010 1100000 100110

Color Harmonies of #C05604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05604

Black with #C05604

Text Example


Text Example

White with #C05604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05604; }

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

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

background-color css

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

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

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

border-color css

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

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

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