Html Css Color HEX #C25105 Tenne (Tawny)

📋 copy color: '#C25105'

red 194 ◦ green 81 ◦ blue 5

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

Shades of Tenne (Tawny) #C25105

Tints of Tenne (Tawny) #C25105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.93%

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

R = 69.29%
G = 28.93%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C25105 (or 0xC25105) is known color: Tenne (Tawny). HEX triplet: C2, 51 and 05. RGB value is (194,81,5). Sum of RGB (Red+Green+Blue) = 194+81+5=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C25105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25105 is #3DAEFA. Grayscale: #6A6A6A. Windows color (decimal): -4042491 or 348610. OLE color: 348610.

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

Color convert

RGB 194 81 5 -
CMYK 0 0.58 0.97 0.24
HSL 24.13º 0.95% 0.39% -
HSV(B) 24.13º 0.97% 0.76% -
XYZ 25.22 17.37 2.17 -
YUV 106.12 70.94 190.68 -
System Red Green Blue C M Y K H S L
Decimal 194 81 5 0 0.58 0.97 0.24 24.13 0.95 0.39
Hex C2 51 5 0 3A 61 18 18 5F 27
Octal 302 121 5 0 72 141 30 30 137 47
Binary 11000010 1010001 101 0 111010 1100001 11000 11000 1011111 100111

Color Harmonies of #C25105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25105

Black with #C25105

Text Example


Text Example

White with #C25105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25105; }

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

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

background-color css

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

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

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

border-color css

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

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

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