Html Css Color HEX #C25611 Tenne (Tawny)

📋 copy color: '#C25611'

red 194 ◦ green 86 ◦ blue 17

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

Shades of Tenne (Tawny) #C25611

Tints of Tenne (Tawny) #C25611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.72%

R = 65.32%
G = 28.96%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C25611 (or 0xC25611) is known color: Tenne (Tawny). HEX triplet: C2, 56 and 11. RGB value is (194,86,17). Sum of RGB (Red+Green+Blue) = 194+86+17=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C25611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25611 is #3DA9EE. Grayscale: #6E6E6E. Windows color (decimal): -4041199 or 1136322. OLE color: 1136322.

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

Color convert

RGB 194 86 17 -
CMYK 0 0.56 0.91 0.24
HSL 23.39º 0.84% 0.41% -
HSV(B) 23.39º 0.91% 0.76% -
XYZ 25.68 18.17 2.68 -
YUV 110.43 75.28 187.61 -
System Red Green Blue C M Y K H S L
Decimal 194 86 17 0 0.56 0.91 0.24 23.39 0.84 0.41
Hex C2 56 11 0 38 5B 18 17 54 29
Octal 302 126 21 0 70 133 30 27 124 51
Binary 11000010 1010110 10001 0 111000 1011011 11000 10111 1010100 101001

Color Harmonies of #C25611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25611

Black with #C25611

Text Example


Text Example

White with #C25611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25611; }

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

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

background-color css

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

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

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

border-color css

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

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

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