Html Css Color HEX #C25501 Tenne (Tawny)

📋 copy color: '#C25501'

red 194 ◦ green 85 ◦ blue 1

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

Shades of Tenne (Tawny) #C25501

Tints of Tenne (Tawny) #C25501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.36%

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

R = 69.29%
G = 30.36%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C25501 (or 0xC25501) is known color: Tenne (Tawny). HEX triplet: C2, 55 and 01. RGB value is (194,85,1). Sum of RGB (Red+Green+Blue) = 194+85+1=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C25501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25501 is #3DAAFE. Grayscale: #6C6C6C. Windows color (decimal): -4041471 or 87490. OLE color: 87490.

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

Color convert

RGB 194 85 1 -
CMYK 0 0.56 0.99 0.24
HSL 26.11º 0.99% 0.38% -
HSV(B) 26.11º 0.99% 0.76% -
XYZ 25.5 17.97 2.15 -
YUV 108.02 67.61 189.33 -
System Red Green Blue C M Y K H S L
Decimal 194 85 1 0 0.56 0.99 0.24 26.11 0.99 0.38
Hex C2 55 1 0 38 63 18 1A 63 26
Octal 302 125 1 0 70 143 30 32 143 46
Binary 11000010 1010101 1 0 111000 1100011 11000 11010 1100011 100110

Color Harmonies of #C25501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25501

Black with #C25501

Text Example


Text Example

White with #C25501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25501; }

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

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

background-color css

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

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

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

border-color css

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

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

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