Html Css Color HEX #C25405 Tenne (Tawny)

📋 copy color: '#C25405'

red 194 ◦ green 84 ◦ blue 5

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

Shades of Tenne (Tawny) #C25405

Tints of Tenne (Tawny) #C25405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 68.55%
G = 29.68%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C25405 (or 0xC25405) is known color: Tenne (Tawny). HEX triplet: C2, 54 and 05. RGB value is (194,84,5). Sum of RGB (Red+Green+Blue) = 194+84+5=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C25405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25405 is #3DABFA. Grayscale: #6C6C6C. Windows color (decimal): -4041723 or 349378. OLE color: 349378.

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

Color convert

RGB 194 84 5 -
CMYK 0 0.57 0.97 0.24
HSL 25.08º 0.95% 0.39% -
HSV(B) 25.08º 0.97% 0.76% -
XYZ 25.45 17.82 2.24 -
YUV 107.88 69.94 189.42 -
System Red Green Blue C M Y K H S L
Decimal 194 84 5 0 0.57 0.97 0.24 25.08 0.95 0.39
Hex C2 54 5 0 39 61 18 19 5F 27
Octal 302 124 5 0 71 141 30 31 137 47
Binary 11000010 1010100 101 0 111001 1100001 11000 11001 1011111 100111

Color Harmonies of #C25405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25405

Black with #C25405

Text Example


Text Example

White with #C25405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25405; }

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

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

background-color css

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

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

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

border-color css

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

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

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