Html Css Color HEX #C25812 Tenne (Tawny)

📋 copy color: '#C25812'

red 194 ◦ green 88 ◦ blue 18

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

Shades of Tenne (Tawny) #C25812

Tints of Tenne (Tawny) #C25812

RGB

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

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

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

R = 64.67%
G = 29.33%
B = 6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C25812 (or 0xC25812) is known color: Tenne (Tawny). HEX triplet: C2, 58 and 12. RGB value is (194,88,18). Sum of RGB (Red+Green+Blue) = 194+88+18=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C25812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25812 is #3DA7ED. Grayscale: #707070. Windows color (decimal): -4040686 or 1202370. OLE color: 1202370.

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

Color convert

RGB 194 88 18 -
CMYK 0 0.55 0.91 0.24
HSL 23.86º 0.83% 0.42% -
HSV(B) 23.86º 0.91% 0.76% -
XYZ 25.85 18.49 2.78 -
YUV 111.71 75.12 186.69 -
System Red Green Blue C M Y K H S L
Decimal 194 88 18 0 0.55 0.91 0.24 23.86 0.83 0.42
Hex C2 58 12 0 37 5B 18 18 53 2A
Octal 302 130 22 0 67 133 30 30 123 52
Binary 11000010 1011000 10010 0 110111 1011011 11000 11000 1010011 101010

Color Harmonies of #C25812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25812

Black with #C25812

Text Example


Text Example

White with #C25812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25812; }

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

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

background-color css

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

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

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

border-color css

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

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

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