Html Css Color HEX #C25400 Tenne (Tawny)

📋 copy color: '#C25400'

red 194 ◦ green 84 ◦ blue 0

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

Shades of Tenne (Tawny) #C25400

Tints of Tenne (Tawny) #C25400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.22%

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

R = 69.78%
G = 30.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C25400 (or 0xC25400) is known color: Tenne (Tawny). HEX triplet: C2, 54 and 00. RGB value is (194,84,0). Sum of RGB (Red+Green+Blue) = 194+84+0=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C25400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25400 is #3DABFF. Grayscale: #6B6B6B. Windows color (decimal): -4041728 or 21698. OLE color: 21698.

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

Color convert

RGB 194 84 0 -
CMYK 0 0.57 1 0.24
HSL 25.98º 1% 0.38% -
HSV(B) 25.98º 1% 0.76% -
XYZ 25.42 17.81 2.1 -
YUV 107.31 67.44 189.83 -
System Red Green Blue C M Y K H S L
Decimal 194 84 0 0 0.57 1 0.24 25.98 1 0.38
Hex C2 54 0 0 39 64 18 1A 64 26
Octal 302 124 0 0 71 144 30 32 144 46
Binary 11000010 1010100 0 0 111001 1100100 11000 11010 1100100 100110

Color Harmonies of #C25400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25400

Black with #C25400

Text Example


Text Example

White with #C25400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25400; }

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

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

background-color css

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

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

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

border-color css

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

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

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