Html Css Color HEX #C25100 Tenne (Tawny)

📋 copy color: '#C25100'

red 194 ◦ green 81 ◦ blue 0

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

Shades of Tenne (Tawny) #C25100

Tints of Tenne (Tawny) #C25100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.55%
G = 29.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C25100 (or 0xC25100) is known color: Tenne (Tawny). HEX triplet: C2, 51 and 00. RGB value is (194,81,0). Sum of RGB (Red+Green+Blue) = 194+81+0=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C25100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25100 is #3DAEFF. Grayscale: #696969. Windows color (decimal): -4042496 or 20930. OLE color: 20930.

HSL color Cylindrical-coordinate representation of color #C25100: hue angle of 25.05º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C25100 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 81 0 -
CMYK 0 0.58 1 0.24
HSL 25.05º 1% 0.38% -
HSV(B) 25.05º 1% 0.76% -
XYZ 25.19 17.35 2.02 -
YUV 105.55 68.44 191.09 -
System Red Green Blue C M Y K H S L
Decimal 194 81 0 0 0.58 1 0.24 25.05 1 0.38
Hex C2 51 0 0 3A 64 18 19 64 26
Octal 302 121 0 0 72 144 30 31 144 46
Binary 11000010 1010001 0 0 111010 1100100 11000 11001 1100100 100110

Color Harmonies of #C25100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25100

Black with #C25100

Text Example


Text Example

White with #C25100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25100; }

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

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

background-color css

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

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

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

border-color css

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

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

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