Html Css Color HEX #C05004 Tenne (Tawny)

📋 copy color: '#C05004'

red 192 ◦ green 80 ◦ blue 4

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

Shades of Tenne (Tawny) #C05004

Tints of Tenne (Tawny) #C05004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

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

R = 69.57%
G = 28.99%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C05004 (or 0xC05004) is known color: Tenne (Tawny). HEX triplet: C0, 50 and 04. RGB value is (192,80,4). Sum of RGB (Red+Green+Blue) = 192+80+4=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C05004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05004 is #3FAFFB. Grayscale: #696969. Windows color (decimal): -4173820 or 282816. OLE color: 282816.

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

Color convert

RGB 192 80 4 -
CMYK 0 0.58 0.98 0.25
HSL 24.26º 0.96% 0.38% -
HSV(B) 24.26º 0.98% 0.75% -
XYZ 24.63 16.95 2.09 -
YUV 104.82 71.11 190.18 -
System Red Green Blue C M Y K H S L
Decimal 192 80 4 0 0.58 0.98 0.25 24.26 0.96 0.38
Hex C0 50 4 0 3A 62 19 18 60 26
Octal 300 120 4 0 72 142 31 30 140 46
Binary 11000000 1010000 100 0 111010 1100010 11001 11000 1100000 100110

Color Harmonies of #C05004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05004

Black with #C05004

Text Example


Text Example

White with #C05004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05004; }

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

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

background-color css

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

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

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

border-color css

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

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

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