Html Css Color HEX #C25412 Tenne (Tawny)

📋 copy color: '#C25412'

red 194 ◦ green 84 ◦ blue 18

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

Shades of Tenne (Tawny) #C25412

Tints of Tenne (Tawny) #C25412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.38%

 BLUE value IS 18 (7.42% from 255) = 6.08%

R = 65.54%
G = 28.38%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C25412 (or 0xC25412) is known color: Tenne (Tawny). HEX triplet: C2, 54 and 12. RGB value is (194,84,18). Sum of RGB (Red+Green+Blue) = 194+84+18=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C25412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25412 is #3DABED. Grayscale: #6D6D6D. Windows color (decimal): -4041710 or 1201346. OLE color: 1201346.

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

Color convert

RGB 194 84 18 -
CMYK 0 0.57 0.91 0.24
HSL 22.5º 0.83% 0.42% -
HSV(B) 22.5º 0.91% 0.76% -
XYZ 25.53 17.85 2.67 -
YUV 109.37 76.44 188.37 -
System Red Green Blue C M Y K H S L
Decimal 194 84 18 0 0.57 0.91 0.24 22.5 0.83 0.42
Hex C2 54 12 0 39 5B 18 16 53 2A
Octal 302 124 22 0 71 133 30 26 123 52
Binary 11000010 1010100 10010 0 111001 1011011 11000 10110 1010011 101010

Color Harmonies of #C25412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25412

Black with #C25412

Text Example


Text Example

White with #C25412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25412; }

 p { color: rgb(194,84,18); }

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

background-color css

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

 a { background-color: rgb(194,84,18); }

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

border-color css

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

 span { border-color: rgb(194,84,18); }

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