Html Css Color HEX #C25005 Tenne (Tawny)

📋 copy color: '#C25005'

red 194 ◦ green 80 ◦ blue 5

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

Shades of Tenne (Tawny) #C25005

Tints of Tenne (Tawny) #C25005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 69.53%
G = 28.67%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C25005 (or 0xC25005) is known color: Tenne (Tawny). HEX triplet: C2, 50 and 05. RGB value is (194,80,5). Sum of RGB (Red+Green+Blue) = 194+80+5=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C25005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25005 is #3DAFFA. Grayscale: #696969. Windows color (decimal): -4042747 or 348354. OLE color: 348354.

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

Color convert

RGB 194 80 5 -
CMYK 0 0.59 0.97 0.24
HSL 23.81º 0.95% 0.39% -
HSV(B) 23.81º 0.97% 0.76% -
XYZ 25.14 17.22 2.14 -
YUV 105.54 71.27 191.1 -
System Red Green Blue C M Y K H S L
Decimal 194 80 5 0 0.59 0.97 0.24 23.81 0.95 0.39
Hex C2 50 5 0 3B 61 18 18 5F 27
Octal 302 120 5 0 73 141 30 30 137 47
Binary 11000010 1010000 101 0 111011 1100001 11000 11000 1011111 100111

Color Harmonies of #C25005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25005

Black with #C25005

Text Example


Text Example

White with #C25005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25005; }

 p { color: rgb(194,80,5); }

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

background-color css

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

 a { background-color: rgb(194,80,5); }

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

border-color css

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

 span { border-color: rgb(194,80,5); }

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