Html Css Color HEX #C15004 Tenne (Tawny)

📋 copy color: '#C15004'

red 193 ◦ green 80 ◦ blue 4

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

Shades of Tenne (Tawny) #C15004

Tints of Tenne (Tawny) #C15004

RGB

 RED value IS 193 (75.78% from 255) = 69.68%

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

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

R = 69.68%
G = 28.88%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C15004 (or 0xC15004) is known color: Tenne (Tawny). HEX triplet: C1, 50 and 04. RGB value is (193,80,4). Sum of RGB (Red+Green+Blue) = 193+80+4=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C15004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15004 is #3EAFFB. Grayscale: #696969. Windows color (decimal): -4108284 or 282817. OLE color: 282817.

HSL color Cylindrical-coordinate representation of color #C15004: hue angle of 24.13º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C15004 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 80 4 -
CMYK 0 0.59 0.98 0.24
HSL 24.13º 0.96% 0.39% -
HSV(B) 24.13º 0.98% 0.76% -
XYZ 24.88 17.08 2.1 -
YUV 105.12 70.94 190.68 -
System Red Green Blue C M Y K H S L
Decimal 193 80 4 0 0.59 0.98 0.24 24.13 0.96 0.39
Hex C1 50 4 0 3B 62 18 18 60 27
Octal 301 120 4 0 73 142 30 30 140 47
Binary 11000001 1010000 100 0 111011 1100010 11000 11000 1100000 100111

Color Harmonies of #C15004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15004

Black with #C15004

Text Example


Text Example

White with #C15004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15004; }

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

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

background-color css

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

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

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

border-color css

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

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

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