Html Css Color HEX #C25204 Tenne (Tawny)

📋 copy color: '#C25204'

red 194 ◦ green 82 ◦ blue 4

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

Shades of Tenne (Tawny) #C25204

Tints of Tenne (Tawny) #C25204

RGB

 RED value IS 194 (76.17% from 255) = 69.29%

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

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

R = 69.29%
G = 29.29%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C25204 (or 0xC25204) is known color: Tenne (Tawny). HEX triplet: C2, 52 and 04. RGB value is (194,82,4). Sum of RGB (Red+Green+Blue) = 194+82+4=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C25204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25204 is #3DADFB. Grayscale: #6B6B6B. Windows color (decimal): -4042236 or 283330. OLE color: 283330.

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

Color convert

RGB 194 82 4 -
CMYK 0 0.58 0.98 0.24
HSL 24.63º 0.96% 0.39% -
HSV(B) 24.63º 0.98% 0.76% -
XYZ 25.29 17.51 2.16 -
YUV 106.6 70.11 190.34 -
System Red Green Blue C M Y K H S L
Decimal 194 82 4 0 0.58 0.98 0.24 24.63 0.96 0.39
Hex C2 52 4 0 3A 62 18 19 60 27
Octal 302 122 4 0 72 142 30 31 140 47
Binary 11000010 1010010 100 0 111010 1100010 11000 11001 1100000 100111

Color Harmonies of #C25204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25204

Black with #C25204

Text Example


Text Example

White with #C25204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25204; }

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

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

background-color css

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

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

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

border-color css

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

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

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