Html Css Color HEX #C25000 Tenne (Tawny)

📋 copy color: '#C25000'

red 194 ◦ green 80 ◦ blue 0

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

Shades of Tenne (Tawny) #C25000

Tints of Tenne (Tawny) #C25000

RGB

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

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

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

R = 70.8%
G = 29.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C25000 (or 0xC25000) is known color: Tenne (Tawny). HEX triplet: C2, 50 and 00. RGB value is (194,80,0). Sum of RGB (Red+Green+Blue) = 194+80+0=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C25000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25000 is #3DAFFF. Grayscale: #696969. Windows color (decimal): -4042752 or 20674. OLE color: 20674.

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

Color convert

RGB 194 80 0 -
CMYK 0 0.59 1 0.24
HSL 24.74º 1% 0.38% -
HSV(B) 24.74º 1% 0.76% -
XYZ 25.12 17.21 2 -
YUV 104.97 68.77 191.5 -
System Red Green Blue C M Y K H S L
Decimal 194 80 0 0 0.59 1 0.24 24.74 1 0.38
Hex C2 50 0 0 3B 64 18 19 64 26
Octal 302 120 0 0 73 144 30 31 144 46
Binary 11000010 1010000 0 0 111011 1100100 11000 11001 1100100 100110

Color Harmonies of #C25000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25000

Black with #C25000

Text Example


Text Example

White with #C25000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25000; }

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

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

background-color css

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

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

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

border-color css

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

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

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