Html Css Color HEX #C25508 Tenne (Tawny)

📋 copy color: '#C25508'

red 194 ◦ green 85 ◦ blue 8

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

Shades of Tenne (Tawny) #C25508

Tints of Tenne (Tawny) #C25508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

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

R = 67.6%
G = 29.62%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C25508 (or 0xC25508) is known color: Tenne (Tawny). HEX triplet: C2, 55 and 08. RGB value is (194,85,8). Sum of RGB (Red+Green+Blue) = 194+85+8=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C25508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25508 is #3DAAF7. Grayscale: #6D6D6D. Windows color (decimal): -4041464 or 546242. OLE color: 546242.

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

Color convert

RGB 194 85 8 -
CMYK 0 0.56 0.96 0.24
HSL 24.84º 0.92% 0.4% -
HSV(B) 24.84º 0.96% 0.76% -
XYZ 25.54 17.98 2.35 -
YUV 108.81 71.11 188.76 -
System Red Green Blue C M Y K H S L
Decimal 194 85 8 0 0.56 0.96 0.24 24.84 0.92 0.4
Hex C2 55 8 0 38 60 18 19 5C 28
Octal 302 125 10 0 70 140 30 31 134 50
Binary 11000010 1010101 1000 0 111000 1100000 11000 11001 1011100 101000

Color Harmonies of #C25508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25508

Black with #C25508

Text Example


Text Example

White with #C25508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25508; }

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

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

background-color css

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

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

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

border-color css

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

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

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