Html Css Color HEX #C25808 Tenne (Tawny)

📋 copy color: '#C25808'

red 194 ◦ green 88 ◦ blue 8

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

Shades of Tenne (Tawny) #C25808

Tints of Tenne (Tawny) #C25808

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.34%

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

R = 66.9%
G = 30.34%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C25808 (or 0xC25808) is known color: Tenne (Tawny). HEX triplet: C2, 58 and 08. RGB value is (194,88,8). Sum of RGB (Red+Green+Blue) = 194+88+8=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C25808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25808 is #3DA7F7. Grayscale: #6E6E6E. Windows color (decimal): -4040696 or 547010. OLE color: 547010.

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

Color convert

RGB 194 88 8 -
CMYK 0 0.55 0.96 0.24
HSL 25.81º 0.92% 0.4% -
HSV(B) 25.81º 0.96% 0.76% -
XYZ 25.78 18.47 2.44 -
YUV 110.57 70.12 187.5 -
System Red Green Blue C M Y K H S L
Decimal 194 88 8 0 0.55 0.96 0.24 25.81 0.92 0.4
Hex C2 58 8 0 37 60 18 1A 5C 28
Octal 302 130 10 0 67 140 30 32 134 50
Binary 11000010 1011000 1000 0 110111 1100000 11000 11010 1011100 101000

Color Harmonies of #C25808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25808

Black with #C25808

Text Example


Text Example

White with #C25808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25808; }

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

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

background-color css

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

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

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

border-color css

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

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

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