Html Css Color HEX #C25605 Tenne (Tawny)

📋 copy color: '#C25605'

red 194 ◦ green 86 ◦ blue 5

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

Shades of Tenne (Tawny) #C25605

Tints of Tenne (Tawny) #C25605

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.18%

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

R = 68.07%
G = 30.18%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C25605 (or 0xC25605) is known color: Tenne (Tawny). HEX triplet: C2, 56 and 05. RGB value is (194,86,5). Sum of RGB (Red+Green+Blue) = 194+86+5=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C25605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25605 is #3DA9FA. Grayscale: #6D6D6D. Windows color (decimal): -4041211 or 349890. OLE color: 349890.

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

Color convert

RGB 194 86 5 -
CMYK 0 0.56 0.97 0.24
HSL 25.71º 0.95% 0.39% -
HSV(B) 25.71º 0.97% 0.76% -
XYZ 25.6 18.14 2.29 -
YUV 109.06 69.28 188.59 -
System Red Green Blue C M Y K H S L
Decimal 194 86 5 0 0.56 0.97 0.24 25.71 0.95 0.39
Hex C2 56 5 0 38 61 18 1A 5F 27
Octal 302 126 5 0 70 141 30 32 137 47
Binary 11000010 1010110 101 0 111000 1100001 11000 11010 1011111 100111

Color Harmonies of #C25605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25605

Black with #C25605

Text Example


Text Example

White with #C25605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25605; }

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

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

background-color css

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

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

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

border-color css

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

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

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