Html Css Color HEX #C25814 Tenne (Tawny)

📋 copy color: '#C25814'

red 194 ◦ green 88 ◦ blue 20

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

Shades of Tenne (Tawny) #C25814

Tints of Tenne (Tawny) #C25814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.14%

 BLUE value IS 20 (8.2% from 255) = 6.62%

R = 64.24%
G = 29.14%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C25814 (or 0xC25814) is known color: Tenne (Tawny). HEX triplet: C2, 58 and 14. RGB value is (194,88,20). Sum of RGB (Red+Green+Blue) = 194+88+20=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C25814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25814 is #3DA7EB. Grayscale: #707070. Windows color (decimal): -4040684 or 1333442. OLE color: 1333442.

HSL color Cylindrical-coordinate representation of color #C25814: hue angle of 23.45º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C25814 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 88 20 -
CMYK 0 0.55 0.90 0.24
HSL 23.45º 0.81% 0.42% -
HSV(B) 23.45º 0.9% 0.76% -
XYZ 25.86 18.5 2.87 -
YUV 111.94 76.12 186.53 -
System Red Green Blue C M Y K H S L
Decimal 194 88 20 0 0.55 0.90 0.24 23.45 0.81 0.42
Hex C2 58 14 0 37 5A 18 17 51 2A
Octal 302 130 24 0 67 132 30 27 121 52
Binary 11000010 1011000 10100 0 110111 1011010 11000 10111 1010001 101010

Color Harmonies of #C25814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25814

Black with #C25814

Text Example


Text Example

White with #C25814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25814; }

 p { color: rgb(194,88,20); }

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

background-color css

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

 a { background-color: rgb(194,88,20); }

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

border-color css

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

 span { border-color: rgb(194,88,20); }

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