Html Css Color HEX #C25610 Tenne (Tawny)

📋 copy color: '#C25610'

red 194 ◦ green 86 ◦ blue 16

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

Shades of Tenne (Tawny) #C25610

Tints of Tenne (Tawny) #C25610

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.05%

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

R = 65.54%
G = 29.05%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C25610 (or 0xC25610) is known color: Tenne (Tawny). HEX triplet: C2, 56 and 10. RGB value is (194,86,16). Sum of RGB (Red+Green+Blue) = 194+86+16=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C25610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25610 is #3DA9EF. Grayscale: #6E6E6E. Windows color (decimal): -4041200 or 1070786. OLE color: 1070786.

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

Color convert

RGB 194 86 16 -
CMYK 0 0.56 0.92 0.24
HSL 23.6º 0.85% 0.41% -
HSV(B) 23.6º 0.92% 0.76% -
XYZ 25.67 18.16 2.64 -
YUV 110.31 74.78 187.69 -
System Red Green Blue C M Y K H S L
Decimal 194 86 16 0 0.56 0.92 0.24 23.6 0.85 0.41
Hex C2 56 10 0 38 5C 18 18 55 29
Octal 302 126 20 0 70 134 30 30 125 51
Binary 11000010 1010110 10000 0 111000 1011100 11000 11000 1010101 101001

Color Harmonies of #C25610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25610

Black with #C25610

Text Example


Text Example

White with #C25610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25610; }

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

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

background-color css

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

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

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

border-color css

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

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

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