Html Css Color HEX #C25801 Tenne (Tawny)

📋 copy color: '#C25801'

red 194 ◦ green 88 ◦ blue 1

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

Shades of Tenne (Tawny) #C25801

Tints of Tenne (Tawny) #C25801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 68.55%
G = 31.1%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C25801 (or 0xC25801) is known color: Tenne (Tawny). HEX triplet: C2, 58 and 01. RGB value is (194,88,1). Sum of RGB (Red+Green+Blue) = 194+88+1=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C25801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25801 is #3DA7FE. Grayscale: #6E6E6E. Windows color (decimal): -4040703 or 88258. OLE color: 88258.

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

Color convert

RGB 194 88 1 -
CMYK 0 0.55 0.99 0.24
HSL 27.05º 0.99% 0.38% -
HSV(B) 27.05º 0.99% 0.76% -
XYZ 25.74 18.45 2.23 -
YUV 109.78 66.62 188.07 -
System Red Green Blue C M Y K H S L
Decimal 194 88 1 0 0.55 0.99 0.24 27.05 0.99 0.38
Hex C2 58 1 0 37 63 18 1B 63 26
Octal 302 130 1 0 67 143 30 33 143 46
Binary 11000010 1011000 1 0 110111 1100011 11000 11011 1100011 100110

Color Harmonies of #C25801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25801

Black with #C25801

Text Example


Text Example

White with #C25801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25801; }

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

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

background-color css

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

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

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

border-color css

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

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

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