Html Css Color HEX #C25408 Tenne (Tawny)

📋 copy color: '#C25408'

red 194 ◦ green 84 ◦ blue 8

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

Shades of Tenne (Tawny) #C25408

Tints of Tenne (Tawny) #C25408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.8%

R = 67.83%
G = 29.37%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C25408 (or 0xC25408) is known color: Tenne (Tawny). HEX triplet: C2, 54 and 08. RGB value is (194,84,8). Sum of RGB (Red+Green+Blue) = 194+84+8=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C25408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25408 is #3DABF7. Grayscale: #6C6C6C. Windows color (decimal): -4041720 or 545986. OLE color: 545986.

HSL color Cylindrical-coordinate representation of color #C25408: hue angle of 24.52º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C25408 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 84 8 -
CMYK 0 0.57 0.96 0.24
HSL 24.52º 0.92% 0.4% -
HSV(B) 24.52º 0.96% 0.76% -
XYZ 25.46 17.83 2.33 -
YUV 108.23 71.44 189.18 -
System Red Green Blue C M Y K H S L
Decimal 194 84 8 0 0.57 0.96 0.24 24.52 0.92 0.4
Hex C2 54 8 0 39 60 18 19 5C 28
Octal 302 124 10 0 71 140 30 31 134 50
Binary 11000010 1010100 1000 0 111001 1100000 11000 11001 1011100 101000

Color Harmonies of #C25408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25408

Black with #C25408

Text Example


Text Example

White with #C25408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25408; }

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

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

background-color css

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

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

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

border-color css

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

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

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