Html Css Color HEX #C0580A Tenne (Tawny)

📋 copy color: '#C0580A'

red 192 ◦ green 88 ◦ blue 10

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

Shades of Tenne (Tawny) #C0580A

Tints of Tenne (Tawny) #C0580A

RGB

 RED value IS 192 (75.39% from 255) = 66.21%

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

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

R = 66.21%
G = 30.34%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0580A (or 0xC0580A) is known color: Tenne (Tawny). HEX triplet: C0, 58 and 0A. RGB value is (192,88,10). Sum of RGB (Red+Green+Blue) = 192+88+10=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0580A is #3FA7F5. Grayscale: #6E6E6E. Windows color (decimal): -4171766 or 678080. OLE color: 678080.

HSL color Cylindrical-coordinate representation of color #C0580A: hue angle of 25.71º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0580A is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 88 10 -
CMYK 0 0.54 0.95 0.25
HSL 25.71º 0.9% 0.4% -
HSV(B) 25.71º 0.95% 0.75% -
XYZ 25.28 18.21 2.47 -
YUV 110.2 71.46 186.34 -
System Red Green Blue C M Y K H S L
Decimal 192 88 10 0 0.54 0.95 0.25 25.71 0.9 0.4
Hex C0 58 A 0 36 5F 19 1A 5A 28
Octal 300 130 12 0 66 137 31 32 132 50
Binary 11000000 1011000 1010 0 110110 1011111 11001 11010 1011010 101000

Color Harmonies of #C0580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0580A

Black with #C0580A

Text Example


Text Example

White with #C0580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0580A; }

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

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

background-color css

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

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

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

border-color css

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

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

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