Html Css Color HEX #C2580F Tenne (Tawny)

📋 copy color: '#C2580F'

red 194 ◦ green 88 ◦ blue 15

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

Shades of Tenne (Tawny) #C2580F

Tints of Tenne (Tawny) #C2580F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.05%

R = 65.32%
G = 29.63%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2580F (or 0xC2580F) is known color: Tenne (Tawny). HEX triplet: C2, 58 and 0F. RGB value is (194,88,15). Sum of RGB (Red+Green+Blue) = 194+88+15=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C2580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2580F is #3DA7F0. Grayscale: #6F6F6F. Windows color (decimal): -4040689 or 1005762. OLE color: 1005762.

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

Color convert

RGB 194 88 15 -
CMYK 0 0.55 0.92 0.24
HSL 24.47º 0.86% 0.41% -
HSV(B) 24.47º 0.92% 0.76% -
XYZ 25.82 18.48 2.66 -
YUV 111.37 73.62 186.94 -
System Red Green Blue C M Y K H S L
Decimal 194 88 15 0 0.55 0.92 0.24 24.47 0.86 0.41
Hex C2 58 F 0 37 5C 18 18 56 29
Octal 302 130 17 0 67 134 30 30 126 51
Binary 11000010 1011000 1111 0 110111 1011100 11000 11000 1010110 101001

Color Harmonies of #C2580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2580F

Black with #C2580F

Text Example


Text Example

White with #C2580F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2580F; }

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

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

background-color css

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

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

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

border-color css

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

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

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