Html Css Color HEX #C25C10 Tenne (Tawny)

📋 copy color: '#C25C10'

red 194 ◦ green 92 ◦ blue 16

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

Shades of Tenne (Tawny) #C25C10

Tints of Tenne (Tawny) #C25C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.46%

 BLUE value IS 16 (6.64% from 255) = 5.3%

R = 64.24%
G = 30.46%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C25C10 (or 0xC25C10) is known color: Tenne (Tawny). HEX triplet: C2, 5C and 10. RGB value is (194,92,16). Sum of RGB (Red+Green+Blue) = 194+92+16=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25C10 is #3DA3EF. Grayscale: #727272. Windows color (decimal): -4039664 or 1072322. OLE color: 1072322.

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

Color convert

RGB 194 92 16 -
CMYK 0 0.53 0.92 0.24
HSL 25.62º 0.85% 0.41% -
HSV(B) 25.62º 0.92% 0.76% -
XYZ 26.17 19.16 2.81 -
YUV 113.83 72.79 185.18 -
System Red Green Blue C M Y K H S L
Decimal 194 92 16 0 0.53 0.92 0.24 25.62 0.85 0.41
Hex C2 5C 10 0 35 5C 18 1A 55 29
Octal 302 134 20 0 65 134 30 32 125 51
Binary 11000010 1011100 10000 0 110101 1011100 11000 11010 1010101 101001

Color Harmonies of #C25C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25C10

Black with #C25C10

Text Example


Text Example

White with #C25C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25C10; }

 p { color: rgb(194,92,16); }

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

background-color css

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

 a { background-color: rgb(194,92,16); }

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

border-color css

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

 span { border-color: rgb(194,92,16); }

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