Html Css Color HEX #C25900 Tenne (Tawny)

📋 copy color: '#C25900'

red 194 ◦ green 89 ◦ blue 0

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

Shades of Tenne (Tawny) #C25900

Tints of Tenne (Tawny) #C25900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.45%

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

R = 68.55%
G = 31.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C25900 (or 0xC25900) is known color: Tenne (Tawny). HEX triplet: C2, 59 and 00. RGB value is (194,89,0). Sum of RGB (Red+Green+Blue) = 194+89+0=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C25900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25900 is #3DA6FF. Grayscale: #6E6E6E. Windows color (decimal): -4040448 or 22978. OLE color: 22978.

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

Color convert

RGB 194 89 0 -
CMYK 0 0.54 1 0.24
HSL 27.53º 1% 0.38% -
HSV(B) 27.53º 1% 0.76% -
XYZ 25.82 18.61 2.23 -
YUV 110.25 65.79 187.74 -
System Red Green Blue C M Y K H S L
Decimal 194 89 0 0 0.54 1 0.24 27.53 1 0.38
Hex C2 59 0 0 36 64 18 1C 64 26
Octal 302 131 0 0 66 144 30 34 144 46
Binary 11000010 1011001 0 0 110110 1100100 11000 11100 1100100 100110

Color Harmonies of #C25900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25900

Black with #C25900

Text Example


Text Example

White with #C25900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25900; }

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

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

background-color css

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

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

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

border-color css

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

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

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