Html Css Color HEX #C7580A Tenne (Tawny)

📋 copy color: '#C7580A'

red 199 ◦ green 88 ◦ blue 10

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

Shades of Tenne (Tawny) #C7580A

Tints of Tenne (Tawny) #C7580A

RGB

 RED value IS 199 (78.13% from 255) = 67%

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

 BLUE value IS 10 (4.3% from 255) = 3.37%

R = 67%
G = 29.63%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7580A (or 0xC7580A) is known color: Tenne (Tawny). HEX triplet: C7, 58 and 0A. RGB value is (199,88,10). Sum of RGB (Red+Green+Blue) = 199+88+10=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7580A is #38A7F5. Grayscale: #707070. Windows color (decimal): -3713014 or 678087. OLE color: 678087.

HSL color Cylindrical-coordinate representation of color #C7580A: hue angle of 24.76º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7580A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 88 10 -
CMYK 0 0.56 0.95 0.22
HSL 24.76º 0.9% 0.41% -
HSV(B) 24.76º 0.95% 0.78% -
XYZ 27.1 19.14 2.55 -
YUV 112.3 70.27 189.84 -
System Red Green Blue C M Y K H S L
Decimal 199 88 10 0 0.56 0.95 0.22 24.76 0.9 0.41
Hex C7 58 A 0 38 5F 16 19 5A 29
Octal 307 130 12 0 70 137 26 31 132 51
Binary 11000111 1011000 1010 0 111000 1011111 10110 11001 1011010 101001

Color Harmonies of #C7580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7580A

Black with #C7580A

Text Example


Text Example

White with #C7580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7580A; }

 p { color: rgb(199,88,10); }

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

background-color css

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

 a { background-color: rgb(199,88,10); }

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

border-color css

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

 span { border-color: rgb(199,88,10); }

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