Html Css Color HEX #C0520A Tenne (Tawny)

📋 copy color: '#C0520A'

red 192 ◦ green 82 ◦ blue 10

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

Shades of Tenne (Tawny) #C0520A

Tints of Tenne (Tawny) #C0520A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.87%

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

R = 67.61%
G = 28.87%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0520A (or 0xC0520A) is known color: Tenne (Tawny). HEX triplet: C0, 52 and 0A. RGB value is (192,82,10). Sum of RGB (Red+Green+Blue) = 192+82+10=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C0520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0520A is #3FADF5. Grayscale: #6B6B6B. Windows color (decimal): -4173302 or 676544. OLE color: 676544.

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

Color convert

RGB 192 82 10 -
CMYK 0 0.57 0.95 0.25
HSL 23.74º 0.9% 0.4% -
HSV(B) 23.74º 0.95% 0.75% -
XYZ 24.81 17.26 2.31 -
YUV 106.68 73.44 188.85 -
System Red Green Blue C M Y K H S L
Decimal 192 82 10 0 0.57 0.95 0.25 23.74 0.9 0.4
Hex C0 52 A 0 39 5F 19 18 5A 28
Octal 300 122 12 0 71 137 31 30 132 50
Binary 11000000 1010010 1010 0 111001 1011111 11001 11000 1011010 101000

Color Harmonies of #C0520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0520A

Black with #C0520A

Text Example


Text Example

White with #C0520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0520A; }

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

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

background-color css

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

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

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

border-color css

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

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

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