Html Css Color HEX #C0570A Tenne (Tawny)

📋 copy color: '#C0570A'

red 192 ◦ green 87 ◦ blue 10

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

Shades of Tenne (Tawny) #C0570A

Tints of Tenne (Tawny) #C0570A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

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

R = 66.44%
G = 30.1%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0570A (or 0xC0570A) is known color: Tenne (Tawny). HEX triplet: C0, 57 and 0A. RGB value is (192,87,10). Sum of RGB (Red+Green+Blue) = 192+87+10=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0570A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0570A is #3FA8F5. Grayscale: #6E6E6E. Windows color (decimal): -4172022 or 677824. OLE color: 677824.

HSL color Cylindrical-coordinate representation of color #C0570A: hue angle of 25.38º 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 #C0570A is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 87 10 -
CMYK 0 0.55 0.95 0.25
HSL 25.38º 0.9% 0.4% -
HSV(B) 25.38º 0.95% 0.75% -
XYZ 25.2 18.04 2.44 -
YUV 109.62 71.79 186.76 -
System Red Green Blue C M Y K H S L
Decimal 192 87 10 0 0.55 0.95 0.25 25.38 0.9 0.4
Hex C0 57 A 0 37 5F 19 19 5A 28
Octal 300 127 12 0 67 137 31 31 132 50
Binary 11000000 1010111 1010 0 110111 1011111 11001 11001 1011010 101000

Color Harmonies of #C0570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0570A

Black with #C0570A

Text Example


Text Example

White with #C0570A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0570A; }

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

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

background-color css

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

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

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

border-color css

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

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

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